Html Css Color HEX #21D510 Lime Green

📋 copy color: '#21D510'

red 33 ◦ green 213 ◦ blue 16

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

Shades of Lime Green #21D510

Tints of Lime Green #21D510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 12.6%
G = 81.3%
B = 6.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#21D510 (or 0x21D510) is known color: Lime Green. HEX triplet: 21, D5 and 10. RGB value is (33,213,16). Sum of RGB (Red+Green+Blue) = 33+213+16=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 213 (83.59% from 255 or 81.30% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 213 - color contains mainly: green. Hex color #21D510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D510 is #DE2AEF. Grayscale: #898989. Windows color (decimal): -14559984 or 1103137. OLE color: 1103137.

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

Color convert

RGB 33 213 16 -
CMYK 0.85 0 0.92 0.16
HSL 114.82º 0.86% 0.45% -
HSV(B) 114.82º 0.92% 0.84% -
XYZ 24.51 47.95 8.45 -
YUV 136.72 59.87 54.02 -
System Red Green Blue C M Y K H S L
Decimal 33 213 16 0.85 0 0.92 0.16 114.82 0.86 0.45
Hex 21 D5 10 55 0 5C 10 73 56 2D
Octal 41 325 20 125 0 134 20 163 126 55
Binary 100001 11010101 10000 1010101 0 1011100 10000 1110011 1010110 101101

Color Harmonies of #21D510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D510

Black with #21D510

Text Example


Text Example

White with #21D510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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