Html Css Color HEX #21D325 Lime Green

📋 copy color: '#21D325'

red 33 ◦ green 211 ◦ blue 37

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

Shades of Lime Green #21D325

Tints of Lime Green #21D325

RGB

 RED value IS 33 (13.28% from 255) = 11.74%

 GREEN value IS 211 (82.81% from 255) = 75.09%

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

R = 11.74%
G = 75.09%
B = 13.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#21D325 (or 0x21D325) is known color: Lime Green. HEX triplet: 21, D3 and 25. RGB value is (33,211,37). Sum of RGB (Red+Green+Blue) = 33+211+37=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 211 (82.81% from 255 or 75.09% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 211 - color contains mainly: green. Hex color #21D325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D325 is #DE2CDA. Grayscale: #8A8A8A. Windows color (decimal): -14560475 or 2478881. OLE color: 2478881.

HSL color Cylindrical-coordinate representation of color #21D325: hue angle of 121.35º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D325 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 33 211 37 -
CMYK 0.84 0 0.82 0.17
HSL 121.35º 0.73% 0.48% -
HSV(B) 121.35º 0.84% 0.83% -
XYZ 24.26 47.05 9.55 -
YUV 137.94 71.03 53.15 -
System Red Green Blue C M Y K H S L
Decimal 33 211 37 0.84 0 0.82 0.17 121.35 0.73 0.48
Hex 21 D3 25 54 0 52 11 79 49 30
Octal 41 323 45 124 0 122 21 171 111 60
Binary 100001 11010011 100101 1010100 0 1010010 10001 1111001 1001001 110000

Color Harmonies of #21D325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D325

Black with #21D325

Text Example


Text Example

White with #21D325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21D325; }

 p { color: rgb(33,211,37); }

 H1.HeaderClassName
 {
   color: #21D325;
 }
 .AnyTagClassName
 {
   color: #21D325;
 }
</style>

background-color css

<style>
 a { background-color: #21D325; }

 a { background-color: rgb(33,211,37); }

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

border-color css

<style>
 span { border-color: #21D325; }

 span { border-color: rgb(33,211,37); }

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