Html Css Color HEX #21D51B Lime Green

📋 copy color: '#21D51B'

red 33 ◦ green 213 ◦ blue 27

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

Shades of Lime Green #21D51B

Tints of Lime Green #21D51B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 12.09%
G = 78.02%
B = 9.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#21D51B (or 0x21D51B) is known color: Lime Green. HEX triplet: 21, D5 and 1B. RGB value is (33,213,27). Sum of RGB (Red+Green+Blue) = 33+213+27=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 213 (83.59% from 255 or 78.02% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 213 - color contains mainly: green. Hex color #21D51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D51B is #DE2AE4. Grayscale: #8A8A8A. Windows color (decimal): -14559973 or 1824033. OLE color: 1824033.

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

Color convert

RGB 33 213 27 -
CMYK 0.85 0 0.87 0.16
HSL 118.06º 0.78% 0.47% -
HSV(B) 118.06º 0.87% 0.84% -
XYZ 24.62 47.99 9 -
YUV 137.98 65.37 53.12 -
System Red Green Blue C M Y K H S L
Decimal 33 213 27 0.85 0 0.87 0.16 118.06 0.78 0.47
Hex 21 D5 1B 55 0 57 10 76 4E 2F
Octal 41 325 33 125 0 127 20 166 116 57
Binary 100001 11010101 11011 1010101 0 1010111 10000 1110110 1001110 101111

Color Harmonies of #21D51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D51B

Black with #21D51B

Text Example


Text Example

White with #21D51B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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