Html Css Color HEX #22C03B Lime Green

📋 copy color: '#22C03B'

red 34 ◦ green 192 ◦ blue 59

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

Shades of Lime Green #22C03B

Tints of Lime Green #22C03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 11.93%
G = 67.37%
B = 20.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#22C03B (or 0x22C03B) is known color: Lime Green. HEX triplet: 22, C0 and 3B. RGB value is (34,192,59). Sum of RGB (Red+Green+Blue) = 34+192+59=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #22C03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C03B is #DD3FC4. Grayscale: #818181. Windows color (decimal): -14499781 or 3915810. OLE color: 3915810.

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

Color convert

RGB 34 192 59 -
CMYK 0.82 0 0.69 0.25
HSL 129.49º 0.7% 0.44% -
HSV(B) 129.49º 0.82% 0.75% -
XYZ 20.3 38.36 10.47 -
YUV 129.6 88.15 59.81 -
System Red Green Blue C M Y K H S L
Decimal 34 192 59 0.82 0 0.69 0.25 129.49 0.7 0.44
Hex 22 C0 3B 52 0 45 19 81 46 2C
Octal 42 300 73 122 0 105 31 201 106 54
Binary 100010 11000000 111011 1010010 0 1000101 11001 10000001 1000110 101100

Color Harmonies of #22C03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C03B

Black with #22C03B

Text Example


Text Example

White with #22C03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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