Html Css Color HEX #21BD16 Lime Green

📋 copy color: '#21BD16'

red 33 ◦ green 189 ◦ blue 22

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

Shades of Lime Green #21BD16

Tints of Lime Green #21BD16

RGB

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

 GREEN value IS 189 (74.22% from 255) = 77.46%

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 13.52%
G = 77.46%
B = 9.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#21BD16 (or 0x21BD16) is known color: Lime Green. HEX triplet: 21, BD and 16. RGB value is (33,189,22). Sum of RGB (Red+Green+Blue) = 33+189+22=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 189 (74.22% from 255 or 77.46% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BD16 is #DE42E9. Grayscale: #7B7B7B. Windows color (decimal): -14566122 or 1490209. OLE color: 1490209.

HSL color Cylindrical-coordinate representation of color #21BD16: hue angle of 116.05º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21BD16 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 189 22 -
CMYK 0.83 0 0.88 0.26
HSL 116.05º 0.79% 0.41% -
HSV(B) 116.05º 0.88% 0.74% -
XYZ 18.97 36.78 6.86 -
YUV 123.32 70.82 63.58 -
System Red Green Blue C M Y K H S L
Decimal 33 189 22 0.83 0 0.88 0.26 116.05 0.79 0.41
Hex 21 BD 16 53 0 58 1A 74 4F 29
Octal 41 275 26 123 0 130 32 164 117 51
Binary 100001 10111101 10110 1010011 0 1011000 11010 1110100 1001111 101001

Color Harmonies of #21BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD16

Black with #21BD16

Text Example


Text Example

White with #21BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,189,22); }

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

background-color css

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

 a { background-color: rgb(33,189,22); }

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

border-color css

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

 span { border-color: rgb(33,189,22); }

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