Html Css Color HEX #22C125 Lime Green

📋 copy color: '#22C125'

red 34 ◦ green 193 ◦ blue 37

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

Shades of Lime Green #22C125

Tints of Lime Green #22C125

RGB

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

 GREEN value IS 193 (75.78% from 255) = 73.11%

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

R = 12.88%
G = 73.11%
B = 14.02%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#22C125 (or 0x22C125) is known color: Lime Green. HEX triplet: 22, C1 and 25. RGB value is (34,193,37). Sum of RGB (Red+Green+Blue) = 34+193+37=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 193 (75.78% from 255 or 73.11% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 193 - color contains mainly: green. Hex color #22C125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C125 is #DD3EDA. Grayscale: #808080. Windows color (decimal): -14499547 or 2474274. OLE color: 2474274.

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

Color convert

RGB 34 193 37 -
CMYK 0.82 0 0.81 0.24
HSL 121.13º 0.7% 0.45% -
HSV(B) 121.13º 0.82% 0.76% -
XYZ 20.06 38.61 8.15 -
YUV 127.68 76.82 61.18 -
System Red Green Blue C M Y K H S L
Decimal 34 193 37 0.82 0 0.81 0.24 121.13 0.7 0.45
Hex 22 C1 25 52 0 51 18 79 46 2D
Octal 42 301 45 122 0 121 30 171 106 55
Binary 100010 11000001 100101 1010010 0 1010001 11000 1111001 1000110 101101

Color Harmonies of #22C125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C125

Black with #22C125

Text Example


Text Example

White with #22C125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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