Html Css Color HEX #22CB05 Lime Green

📋 copy color: '#22CB05'

red 34 ◦ green 203 ◦ blue 5

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

Shades of Lime Green #22CB05

Tints of Lime Green #22CB05

RGB

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

 GREEN value IS 203 (79.69% from 255) = 83.88%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 14.05%
G = 83.88%
B = 2.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#22CB05 (or 0x22CB05) is known color: Lime Green. HEX triplet: 22, CB and 05. RGB value is (34,203,5). Sum of RGB (Red+Green+Blue) = 34+203+5=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 203 (79.69% from 255 or 83.88% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 203 - color contains mainly: green. Hex color #22CB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22CB05 is #DD34FA. Grayscale: #828282. Windows color (decimal): -14497019 or 379682. OLE color: 379682.

HSL color Cylindrical-coordinate representation of color #22CB05: hue angle of 111.21º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22CB05 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 203 5 -
CMYK 0.83 0 0.98 0.20
HSL 111.21º 0.95% 0.41% -
HSV(B) 111.21º 0.98% 0.8% -
XYZ 22.04 43.06 7.29 -
YUV 129.9 57.51 59.6 -
System Red Green Blue C M Y K H S L
Decimal 34 203 5 0.83 0 0.98 0.20 111.21 0.95 0.41
Hex 22 CB 5 53 0 62 14 6F 5F 29
Octal 42 313 5 123 0 142 24 157 137 51
Binary 100010 11001011 101 1010011 0 1100010 10100 1101111 1011111 101001

Color Harmonies of #22CB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22CB05

Black with #22CB05

Text Example


Text Example

White with #22CB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,203,5); }

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

background-color css

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

 a { background-color: rgb(34,203,5); }

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

border-color css

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

 span { border-color: rgb(34,203,5); }

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