Html Css Color HEX #22B525 Lime Green

📋 copy color: '#22B525'

red 34 ◦ green 181 ◦ blue 37

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

Shades of Lime Green #22B525

Tints of Lime Green #22B525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 71.83%

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

R = 13.49%
G = 71.83%
B = 14.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#22B525 (or 0x22B525) is known color: Lime Green. HEX triplet: 22, B5 and 25. RGB value is (34,181,37). Sum of RGB (Red+Green+Blue) = 34+181+37=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 181 (71.09% from 255 or 71.83% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 181 - color contains mainly: green. Hex color #22B525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B525 is #DD4ADA. Grayscale: #797979. Windows color (decimal): -14502619 or 2471202. OLE color: 2471202.

HSL color Cylindrical-coordinate representation of color #22B525: hue angle of 121.22º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B525 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 181 37 -
CMYK 0.81 0 0.80 0.29
HSL 121.22º 0.68% 0.42% -
HSV(B) 121.22º 0.81% 0.71% -
XYZ 17.52 33.52 7.3 -
YUV 120.63 80.8 66.21 -
System Red Green Blue C M Y K H S L
Decimal 34 181 37 0.81 0 0.80 0.29 121.22 0.68 0.42
Hex 22 B5 25 51 0 50 1D 79 44 2A
Octal 42 265 45 121 0 120 35 171 104 52
Binary 100010 10110101 100101 1010001 0 1010000 11101 1111001 1000100 101010

Color Harmonies of #22B525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22B525

Black with #22B525

Text Example


Text Example

White with #22B525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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