Html Css Color HEX #22C234 Lime Green

📋 copy color: '#22C234'

red 34 ◦ green 194 ◦ blue 52

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

Shades of Lime Green #22C234

Tints of Lime Green #22C234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.29%

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 12.14%
G = 69.29%
B = 18.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#22C234 (or 0x22C234) is known color: Lime Green. HEX triplet: 22, C2 and 34. RGB value is (34,194,52). Sum of RGB (Red+Green+Blue) = 34+194+52=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #22C234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C234 is #DD3DCB. Grayscale: #828282. Windows color (decimal): -14499276 or 3457570. OLE color: 3457570.

HSL color Cylindrical-coordinate representation of color #22C234: hue angle of 126.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C234 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 194 52 -
CMYK 0.82 0 0.73 0.24
HSL 126.75º 0.7% 0.45% -
HSV(B) 126.75º 0.82% 0.76% -
XYZ 20.57 39.17 9.73 -
YUV 129.97 83.99 59.55 -
System Red Green Blue C M Y K H S L
Decimal 34 194 52 0.82 0 0.73 0.24 126.75 0.7 0.45
Hex 22 C2 34 52 0 49 18 7F 46 2D
Octal 42 302 64 122 0 111 30 177 106 55
Binary 100010 11000010 110100 1010010 0 1001001 11000 1111111 1000110 101101

Color Harmonies of #22C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C234

Black with #22C234

Text Example


Text Example

White with #22C234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,194,52); }

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

background-color css

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

 a { background-color: rgb(34,194,52); }

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

border-color css

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

 span { border-color: rgb(34,194,52); }

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