Html Css Color HEX #22DE30 Lime Green

📋 copy color: '#22DE30'

red 34 ◦ green 222 ◦ blue 48

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

Shades of Lime Green #22DE30

Tints of Lime Green #22DE30

RGB

 RED value IS 34 (13.67% from 255) = 11.18%

 GREEN value IS 222 (87.11% from 255) = 73.03%

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 11.18%
G = 73.03%
B = 15.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#22DE30 (or 0x22DE30) is known color: Lime Green. HEX triplet: 22, DE and 30. RGB value is (34,222,48). Sum of RGB (Red+Green+Blue) = 34+222+48=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 222 (87.11% from 255 or 73.03% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 222 - color contains mainly: green. Hex color #22DE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DE30 is #DD21CF. Grayscale: #929292. Windows color (decimal): -14492112 or 3202594. OLE color: 3202594.

HSL color Cylindrical-coordinate representation of color #22DE30: hue angle of 124.47º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DE30 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 222 48 -
CMYK 0.85 0 0.78 0.13
HSL 124.47º 0.74% 0.5% -
HSV(B) 124.47º 0.85% 0.87% -
XYZ 27.31 52.8 11.55 -
YUV 145.95 72.72 48.15 -
System Red Green Blue C M Y K H S L
Decimal 34 222 48 0.85 0 0.78 0.13 124.47 0.74 0.5
Hex 22 DE 30 55 0 4E D 7C 4A 32
Octal 42 336 60 125 0 116 15 174 112 62
Binary 100010 11011110 110000 1010101 0 1001110 1101 1111100 1001010 110010

Color Harmonies of #22DE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22DE30

Black with #22DE30

Text Example


Text Example

White with #22DE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22DE30; }

 p { color: rgb(34,222,48); }

 H1.HeaderClassName
 {
   color: #22DE30;
 }
 .AnyTagClassName
 {
   color: #22DE30;
 }
</style>

background-color css

<style>
 a { background-color: #22DE30; }

 a { background-color: rgb(34,222,48); }

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

border-color css

<style>
 span { border-color: #22DE30; }

 span { border-color: rgb(34,222,48); }

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