Html Css Color HEX #21BF09 Lime Green

📋 copy color: '#21BF09'

red 33 ◦ green 191 ◦ blue 9

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

Shades of Lime Green #21BF09

Tints of Lime Green #21BF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.86%

R = 14.16%
G = 81.97%
B = 3.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#21BF09 (or 0x21BF09) is known color: Lime Green. HEX triplet: 21, BF and 09. RGB value is (33,191,9). Sum of RGB (Red+Green+Blue) = 33+191+9=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 191 (75% from 255 or 81.97% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BF09 is #DE40F6. Grayscale: #7B7B7B. Windows color (decimal): -14565623 or 638753. OLE color: 638753.

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

Color convert

RGB 33 191 9 -
CMYK 0.83 0 0.95 0.25
HSL 112.09º 0.91% 0.39% -
HSV(B) 112.09º 0.95% 0.75% -
XYZ 19.31 37.6 6.5 -
YUV 123.01 63.65 63.8 -
System Red Green Blue C M Y K H S L
Decimal 33 191 9 0.83 0 0.95 0.25 112.09 0.91 0.39
Hex 21 BF 9 53 0 5F 19 70 5B 27
Octal 41 277 11 123 0 137 31 160 133 47
Binary 100001 10111111 1001 1010011 0 1011111 11001 1110000 1011011 100111

Color Harmonies of #21BF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BF09

Black with #21BF09

Text Example


Text Example

White with #21BF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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