Html Css Color HEX #30E22A Lime Green

📋 copy color: '#30E22A'

red 48 ◦ green 226 ◦ blue 42

#30E22A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #30E22A

Tints of Lime Green #30E22A

RGB

 RED value IS 48 (19.14% from 255) = 15.19%

 GREEN value IS 226 (88.67% from 255) = 71.52%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 15.19%
G = 71.52%
B = 13.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30E22A (or 0x30E22A) is known color: Lime Green. HEX triplet: 30, E2 and 2A. RGB value is (48,226,42). Sum of RGB (Red+Green+Blue) = 48+226+42=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 226 (88.67% from 255 or 71.52% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 226 - color contains mainly: green. Hex color #30E22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E22A is #CF1DD5. Grayscale: #989898. Windows color (decimal): -13573590 or 2810416. OLE color: 2810416.

HSL color Cylindrical-coordinate representation of color #30E22A: hue angle of 118.04º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30E22A is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 226 42 -
CMYK 0.79 0 0.81 0.11
HSL 118.04º 0.76% 0.53% -
HSV(B) 118.04º 0.81% 0.89% -
XYZ 28.83 55.19 11.32 -
YUV 151.8 66.03 53.96 -
System Red Green Blue C M Y K H S L
Decimal 48 226 42 0.79 0 0.81 0.11 118.04 0.76 0.53
Hex 30 E2 2A 4F 0 51 B 76 4C 35
Octal 60 342 52 117 0 121 13 166 114 65
Binary 110000 11100010 101010 1001111 0 1010001 1011 1110110 1001100 110101

Color Harmonies of #30E22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E22A

Black with #30E22A

Text Example


Text Example

White with #30E22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30E22A; }

 p { color: rgb(48,226,42); }

 H1.HeaderClassName
 {
   color: #30E22A;
 }
 .AnyTagClassName
 {
   color: #30E22A;
 }
</style>

background-color css

<style>
 a { background-color: #30E22A; }

 a { background-color: rgb(48,226,42); }

 div.DivClassName
 {
   background-color: #30E22A;
 }
 .BgClassName
 {
   background-color: #30E22A;
 }
</style>

border-color css

<style>
 span { border-color: #30E22A; }

 span { border-color: rgb(48,226,42); }

 td.TdClassName
 {
   border-color: #30E22A;
 }
 .TagClassName
 {
   border-color: #30E22A;
 }
</style>