Html Css Color HEX #22CA32 Lime Green

📋 copy color: '#22CA32'

red 34 ◦ green 202 ◦ blue 50

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

Shades of Lime Green #22CA32

Tints of Lime Green #22CA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 70.63%

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

R = 11.89%
G = 70.63%
B = 17.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#22CA32 (or 0x22CA32) is known color: Lime Green. HEX triplet: 22, CA and 32. RGB value is (34,202,50). Sum of RGB (Red+Green+Blue) = 34+202+50=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #22CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CA32 is #DD35CD. Grayscale: #868686. Windows color (decimal): -14497230 or 3328546. OLE color: 3328546.

HSL color Cylindrical-coordinate representation of color #22CA32: hue angle of 125.71º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CA32 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 34 202 50 -
CMYK 0.83 0 0.75 0.21
HSL 125.71º 0.71% 0.46% -
HSV(B) 125.71º 0.83% 0.79% -
XYZ 22.36 42.81 10.1 -
YUV 134.44 80.34 56.36 -
System Red Green Blue C M Y K H S L
Decimal 34 202 50 0.83 0 0.75 0.21 125.71 0.71 0.46
Hex 22 CA 32 53 0 4B 15 7E 47 2E
Octal 42 312 62 123 0 113 25 176 107 56
Binary 100010 11001010 110010 1010011 0 1001011 10101 1111110 1000111 101110

Color Harmonies of #22CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22CA32

Black with #22CA32

Text Example


Text Example

White with #22CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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