Html Css Color HEX #21BF2F Lime Green

📋 copy color: '#21BF2F'

red 33 ◦ green 191 ◦ blue 47

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

Shades of Lime Green #21BF2F

Tints of Lime Green #21BF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 12.18%
G = 70.48%
B = 17.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#21BF2F (or 0x21BF2F) is known color: Lime Green. HEX triplet: 21, BF and 2F. RGB value is (33,191,47). Sum of RGB (Red+Green+Blue) = 33+191+47=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 191 (75% from 255 or 70.48% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF2F is #DE40D0. Grayscale: #7F7F7F. Windows color (decimal): -14565585 or 3129121. OLE color: 3129121.

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

Color convert

RGB 33 191 47 -
CMYK 0.83 0 0.75 0.25
HSL 125.32º 0.71% 0.44% -
HSV(B) 125.32º 0.83% 0.75% -
XYZ 19.77 37.79 8.94 -
YUV 127.34 82.65 60.71 -
System Red Green Blue C M Y K H S L
Decimal 33 191 47 0.83 0 0.75 0.25 125.32 0.71 0.44
Hex 21 BF 2F 53 0 4B 19 7D 47 2C
Octal 41 277 57 123 0 113 31 175 107 54
Binary 100001 10111111 101111 1010011 0 1001011 11001 1111101 1000111 101100

Color Harmonies of #21BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BF2F

Black with #21BF2F

Text Example


Text Example

White with #21BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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