Html Css Color HEX #22D529 Lime Green

📋 copy color: '#22D529'

red 34 ◦ green 213 ◦ blue 41

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

Shades of Lime Green #22D529

Tints of Lime Green #22D529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 73.96%

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 11.81%
G = 73.96%
B = 14.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#22D529 (or 0x22D529) is known color: Lime Green. HEX triplet: 22, D5 and 29. RGB value is (34,213,41). Sum of RGB (Red+Green+Blue) = 34+213+41=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 213 (83.59% from 255 or 73.96% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 213 - color contains mainly: green. Hex color #22D529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D529 is #DD2AD6. Grayscale: #8C8C8C. Windows color (decimal): -14494423 or 2741538. OLE color: 2741538.

HSL color Cylindrical-coordinate representation of color #22D529: hue angle of 122.35º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D529 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 213 41 -
CMYK 0.84 0 0.81 0.16
HSL 122.35º 0.72% 0.48% -
HSV(B) 122.35º 0.84% 0.84% -
XYZ 24.85 48.09 10.07 -
YUV 139.87 72.2 52.49 -
System Red Green Blue C M Y K H S L
Decimal 34 213 41 0.84 0 0.81 0.16 122.35 0.72 0.48
Hex 22 D5 29 54 0 51 10 7A 48 30
Octal 42 325 51 124 0 121 20 172 110 60
Binary 100010 11010101 101001 1010100 0 1010001 10000 1111010 1001000 110000

Color Harmonies of #22D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D529

Black with #22D529

Text Example


Text Example

White with #22D529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,213,41); }

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

background-color css

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

 a { background-color: rgb(34,213,41); }

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

border-color css

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

 span { border-color: rgb(34,213,41); }

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