Html Css Color HEX #22AF38 Lime Green

📋 copy color: '#22AF38'

red 34 ◦ green 175 ◦ blue 56

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

Shades of Lime Green #22AF38

Tints of Lime Green #22AF38

RGB

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

 GREEN value IS 175 (68.75% from 255) = 66.04%

 BLUE value IS 56 (22.27% from 255) = 21.13%

R = 12.83%
G = 66.04%
B = 21.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#22AF38 (or 0x22AF38) is known color: Lime Green. HEX triplet: 22, AF and 38. RGB value is (34,175,56). Sum of RGB (Red+Green+Blue) = 34+175+56=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 175 (68.75% from 255 or 66.04% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 175 - color contains mainly: green. Hex color #22AF38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22AF38 is #DD50C7. Grayscale: #777777. Windows color (decimal): -14504136 or 3714850. OLE color: 3714850.

HSL color Cylindrical-coordinate representation of color #22AF38: hue angle of 129.36º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22AF38 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 175 56 -
CMYK 0.81 0 0.68 0.31
HSL 129.36º 0.67% 0.41% -
HSV(B) 129.36º 0.81% 0.69% -
XYZ 16.7 31.29 8.9 -
YUV 119.28 92.29 67.18 -
System Red Green Blue C M Y K H S L
Decimal 34 175 56 0.81 0 0.68 0.31 129.36 0.67 0.41
Hex 22 AF 38 51 0 44 1F 81 43 29
Octal 42 257 70 121 0 104 37 201 103 51
Binary 100010 10101111 111000 1010001 0 1000100 11111 10000001 1000011 101001

Color Harmonies of #22AF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22AF38

Black with #22AF38

Text Example


Text Example

White with #22AF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,175,56); }

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

background-color css

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

 a { background-color: rgb(34,175,56); }

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

border-color css

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

 span { border-color: rgb(34,175,56); }

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