Html Css Color HEX #21D52C Lime Green

📋 copy color: '#21D52C'

red 33 ◦ green 213 ◦ blue 44

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

Shades of Lime Green #21D52C

Tints of Lime Green #21D52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 11.38%
G = 73.45%
B = 15.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#21D52C (or 0x21D52C) is known color: Lime Green. HEX triplet: 21, D5 and 2C. RGB value is (33,213,44). Sum of RGB (Red+Green+Blue) = 33+213+44=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 213 (83.59% from 255 or 73.45% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 213 - color contains mainly: green. Hex color #21D52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D52C is #DE2AD3. Grayscale: #8C8C8C. Windows color (decimal): -14559956 or 2938145. OLE color: 2938145.

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

Color convert

RGB 33 213 44 -
CMYK 0.85 0 0.79 0.16
HSL 123.67º 0.73% 0.48% -
HSV(B) 123.67º 0.85% 0.84% -
XYZ 24.88 48.09 10.35 -
YUV 139.91 73.87 51.74 -
System Red Green Blue C M Y K H S L
Decimal 33 213 44 0.85 0 0.79 0.16 123.67 0.73 0.48
Hex 21 D5 2C 55 0 4F 10 7C 49 30
Octal 41 325 54 125 0 117 20 174 111 60
Binary 100001 11010101 101100 1010101 0 1001111 10000 1111100 1001001 110000

Color Harmonies of #21D52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D52C

Black with #21D52C

Text Example


Text Example

White with #21D52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,213,44); }

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

background-color css

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

 a { background-color: rgb(33,213,44); }

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

border-color css

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

 span { border-color: rgb(33,213,44); }

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