Html Css Color HEX #22C025 Lime Green

📋 copy color: '#22C025'

red 34 ◦ green 192 ◦ blue 37

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

Shades of Lime Green #22C025

Tints of Lime Green #22C025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 12.93%
G = 73%
B = 14.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#22C025 (or 0x22C025) is known color: Lime Green. HEX triplet: 22, C0 and 25. RGB value is (34,192,37). Sum of RGB (Red+Green+Blue) = 34+192+37=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #22C025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C025 is #DD3FDA. Grayscale: #7F7F7F. Windows color (decimal): -14499803 or 2474018. OLE color: 2474018.

HSL color Cylindrical-coordinate representation of color #22C025: hue angle of 121.14º 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 #22C025 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 192 37 -
CMYK 0.82 0 0.81 0.25
HSL 121.14º 0.7% 0.44% -
HSV(B) 121.14º 0.82% 0.75% -
XYZ 19.84 38.17 8.07 -
YUV 127.09 77.15 61.6 -
System Red Green Blue C M Y K H S L
Decimal 34 192 37 0.82 0 0.81 0.25 121.14 0.7 0.44
Hex 22 C0 25 52 0 51 19 79 46 2C
Octal 42 300 45 122 0 121 31 171 106 54
Binary 100010 11000000 100101 1010010 0 1010001 11001 1111001 1000110 101100

Color Harmonies of #22C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C025

Black with #22C025

Text Example


Text Example

White with #22C025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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