Html Css Color HEX #21D51E Lime Green

📋 copy color: '#21D51E'

red 33 ◦ green 213 ◦ blue 30

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

Shades of Lime Green #21D51E

Tints of Lime Green #21D51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 11.96%
G = 77.17%
B = 10.87%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#21D51E (or 0x21D51E) is known color: Lime Green. HEX triplet: 21, D5 and 1E. RGB value is (33,213,30). Sum of RGB (Red+Green+Blue) = 33+213+30=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 213 (83.59% from 255 or 77.17% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 213 - color contains mainly: green. Hex color #21D51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D51E is #DE2AE1. Grayscale: #8A8A8A. Windows color (decimal): -14559970 or 2020641. OLE color: 2020641.

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

Color convert

RGB 33 213 30 -
CMYK 0.85 0 0.86 0.16
HSL 119.02º 0.75% 0.48% -
HSV(B) 119.02º 0.86% 0.84% -
XYZ 24.66 48.01 9.19 -
YUV 138.32 66.87 52.88 -
System Red Green Blue C M Y K H S L
Decimal 33 213 30 0.85 0 0.86 0.16 119.02 0.75 0.48
Hex 21 D5 1E 55 0 56 10 77 4B 30
Octal 41 325 36 125 0 126 20 167 113 60
Binary 100001 11010101 11110 1010101 0 1010110 10000 1110111 1001011 110000

Color Harmonies of #21D51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D51E

Black with #21D51E

Text Example


Text Example

White with #21D51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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