Html Css Color HEX #21D52A Lime Green

📋 copy color: '#21D52A'

red 33 ◦ green 213 ◦ blue 42

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

Shades of Lime Green #21D52A

Tints of Lime Green #21D52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 11.46%
G = 73.96%
B = 14.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#21D52A (or 0x21D52A) is known color: Lime Green. HEX triplet: 21, D5 and 2A. RGB value is (33,213,42). Sum of RGB (Red+Green+Blue) = 33+213+42=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 213 (83.59% from 255 or 73.96% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 213 - color contains mainly: green. Hex color #21D52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D52A is #DE2AD5. Grayscale: #8C8C8C. Windows color (decimal): -14559958 or 2807073. OLE color: 2807073.

HSL color Cylindrical-coordinate representation of color #21D52A: hue angle of 123º 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 #21D52A is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 213 42 -
CMYK 0.85 0 0.80 0.16
HSL 123º 0.73% 0.48% -
HSV(B) 123º 0.85% 0.84% -
XYZ 24.84 48.08 10.16 -
YUV 139.69 72.87 51.9 -
System Red Green Blue C M Y K H S L
Decimal 33 213 42 0.85 0 0.80 0.16 123 0.73 0.48
Hex 21 D5 2A 55 0 50 10 7B 49 30
Octal 41 325 52 125 0 120 20 173 111 60
Binary 100001 11010101 101010 1010101 0 1010000 10000 1111011 1001001 110000

Color Harmonies of #21D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D52A

Black with #21D52A

Text Example


Text Example

White with #21D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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