Html Css Color HEX #22CF05 Lime Green

📋 copy color: '#22CF05'

red 34 ◦ green 207 ◦ blue 5

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

Shades of Lime Green #22CF05

Tints of Lime Green #22CF05

RGB

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

 GREEN value IS 207 (81.25% from 255) = 84.15%

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

R = 13.82%
G = 84.15%
B = 2.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#22CF05 (or 0x22CF05) is known color: Lime Green. HEX triplet: 22, CF and 05. RGB value is (34,207,5). Sum of RGB (Red+Green+Blue) = 34+207+5=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 207 (81.25% from 255 or 84.15% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 207 - color contains mainly: green. Hex color #22CF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22CF05 is #DD30FA. Grayscale: #848484. Windows color (decimal): -14495995 or 380706. OLE color: 380706.

HSL color Cylindrical-coordinate representation of color #22CF05: hue angle of 111.39º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22CF05 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 207 5 -
CMYK 0.84 0 0.98 0.19
HSL 111.39º 0.95% 0.42% -
HSV(B) 111.39º 0.98% 0.81% -
XYZ 23 44.98 7.61 -
YUV 132.25 56.19 57.93 -
System Red Green Blue C M Y K H S L
Decimal 34 207 5 0.84 0 0.98 0.19 111.39 0.95 0.42
Hex 22 CF 5 54 0 62 13 6F 5F 2A
Octal 42 317 5 124 0 142 23 157 137 52
Binary 100010 11001111 101 1010100 0 1100010 10011 1101111 1011111 101010

Color Harmonies of #22CF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22CF05

Black with #22CF05

Text Example


Text Example

White with #22CF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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