Html Css Color HEX #21BF19 Lime Green

📋 copy color: '#21BF19'

red 33 ◦ green 191 ◦ blue 25

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

Shades of Lime Green #21BF19

Tints of Lime Green #21BF19

RGB

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

 GREEN value IS 191 (75% from 255) = 76.71%

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 13.25%
G = 76.71%
B = 10.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#21BF19 (or 0x21BF19) is known color: Lime Green. HEX triplet: 21, BF and 19. RGB value is (33,191,25). Sum of RGB (Red+Green+Blue) = 33+191+25=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 191 (75% from 255 or 76.71% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BF19 is #DE40E6. Grayscale: #7D7D7D. Windows color (decimal): -14565607 or 1687329. OLE color: 1687329.

HSL color Cylindrical-coordinate representation of color #21BF19: hue angle of 117.11º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21BF19 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 191 25 -
CMYK 0.83 0 0.87 0.25
HSL 117.11º 0.77% 0.42% -
HSV(B) 117.11º 0.87% 0.75% -
XYZ 19.43 37.66 7.16 -
YUV 124.83 71.65 62.5 -
System Red Green Blue C M Y K H S L
Decimal 33 191 25 0.83 0 0.87 0.25 117.11 0.77 0.42
Hex 21 BF 19 53 0 57 19 75 4D 2A
Octal 41 277 31 123 0 127 31 165 115 52
Binary 100001 10111111 11001 1010011 0 1010111 11001 1110101 1001101 101010

Color Harmonies of #21BF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BF19

Black with #21BF19

Text Example


Text Example

White with #21BF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,191,25); }

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

background-color css

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

 a { background-color: rgb(33,191,25); }

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

border-color css

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

 span { border-color: rgb(33,191,25); }

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