Html Css Color HEX #21BF00 Kelly Green

📋 copy color: '#21BF00'

red 33 ◦ green 191 ◦ blue 0

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

Shades of Kelly Green #21BF00

Tints of Kelly Green #21BF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.73%
G = 85.27%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#21BF00 (or 0x21BF00) is known color: Kelly Green. HEX triplet: 21, BF and 00. RGB value is (33,191,0). Sum of RGB (Red+Green+Blue) = 33+191+0=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 191 (75% from 255 or 85.27% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BF00 is #DE40FF. Grayscale: #7A7A7A. Windows color (decimal): -14565632 or 48929. OLE color: 48929.

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

Color convert

RGB 33 191 0 -
CMYK 0.83 0 1 0.25
HSL 109.63º 1% 0.37% -
HSV(B) 109.63º 1% 0.75% -
XYZ 19.26 37.58 6.24 -
YUV 121.98 59.15 64.53 -
System Red Green Blue C M Y K H S L
Decimal 33 191 0 0.83 0 1 0.25 109.63 1 0.37
Hex 21 BF 0 53 0 64 19 6E 64 25
Octal 41 277 0 123 0 144 31 156 144 45
Binary 100001 10111111 0 1010011 0 1100100 11001 1101110 1100100 100101

Color Harmonies of #21BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BF00

Black with #21BF00

Text Example


Text Example

White with #21BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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