Html Css Color HEX #22C00A Lime Green

📋 copy color: '#22C00A'

red 34 ◦ green 192 ◦ blue 10

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

Shades of Lime Green #22C00A

Tints of Lime Green #22C00A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 81.36%

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 14.41%
G = 81.36%
B = 4.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#22C00A (or 0x22C00A) is known color: Lime Green. HEX triplet: 22, C0 and 0A. RGB value is (34,192,10). Sum of RGB (Red+Green+Blue) = 34+192+10=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 192 (75.39% from 255 or 81.36% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 192 - color contains mainly: green. Hex color #22C00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C00A is #DD3FF5. Grayscale: #7C7C7C. Windows color (decimal): -14499830 or 704546. OLE color: 704546.

HSL color Cylindrical-coordinate representation of color #22C00A: hue angle of 112.09º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22C00A is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 192 10 -
CMYK 0.82 0 0.95 0.25
HSL 112.09º 0.9% 0.4% -
HSV(B) 112.09º 0.95% 0.75% -
XYZ 19.56 38.06 6.6 -
YUV 124.01 63.65 63.8 -
System Red Green Blue C M Y K H S L
Decimal 34 192 10 0.82 0 0.95 0.25 112.09 0.9 0.4
Hex 22 C0 A 52 0 5F 19 70 5A 28
Octal 42 300 12 122 0 137 31 160 132 50
Binary 100010 11000000 1010 1010010 0 1011111 11001 1110000 1011010 101000

Color Harmonies of #22C00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C00A

Black with #22C00A

Text Example


Text Example

White with #22C00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,192,10); }

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

background-color css

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

 a { background-color: rgb(34,192,10); }

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

border-color css

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

 span { border-color: rgb(34,192,10); }

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