Html Css Color HEX #22F232 Lime Green

📋 copy color: '#22F232'

red 34 ◦ green 242 ◦ blue 50

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

Shades of Lime Green #22F232

Tints of Lime Green #22F232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.23%

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 10.43%
G = 74.23%
B = 15.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#22F232 (or 0x22F232) is known color: Lime Green. HEX triplet: 22, F2 and 32. RGB value is (34,242,50). Sum of RGB (Red+Green+Blue) = 34+242+50=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #22F232 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #22F232 is #DD0DCD. Grayscale: #9E9E9E. Windows color (decimal): -14486990 or 3338786. OLE color: 3338786.

HSL color Cylindrical-coordinate representation of color #22F232: hue angle of 124.62º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22F232 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 34 242 50 -
CMYK 0.86 0 0.79 0.05
HSL 124.62º 0.89% 0.54% -
HSV(B) 124.62º 0.86% 0.95% -
XYZ 32.99 64.07 13.65 -
YUV 157.92 67.09 39.61 -
System Red Green Blue C M Y K H S L
Decimal 34 242 50 0.86 0 0.79 0.05 124.62 0.89 0.54
Hex 22 F2 32 56 0 4F 5 7D 59 36
Octal 42 362 62 126 0 117 5 175 131 66
Binary 100010 11110010 110010 1010110 0 1001111 101 1111101 1011001 110110

Color Harmonies of #22F232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22F232

Black with #22F232

Text Example


Text Example

White with #22F232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,242,50); }

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

background-color css

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

 a { background-color: rgb(34,242,50); }

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

border-color css

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

 span { border-color: rgb(34,242,50); }

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