Html Css Color HEX #21BF31 Lime Green

📋 copy color: '#21BF31'

red 33 ◦ green 191 ◦ blue 49

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

Shades of Lime Green #21BF31

Tints of Lime Green #21BF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 12.09%
G = 69.96%
B = 17.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#21BF31 (or 0x21BF31) is known color: Lime Green. HEX triplet: 21, BF and 31. RGB value is (33,191,49). Sum of RGB (Red+Green+Blue) = 33+191+49=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF31 is #DE40CE. Grayscale: #7F7F7F. Windows color (decimal): -14565583 or 3260193. OLE color: 3260193.

HSL color Cylindrical-coordinate representation of color #21BF31: hue angle of 126.08º 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 #21BF31 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 191 49 -
CMYK 0.83 0 0.74 0.25
HSL 126.08º 0.71% 0.44% -
HSV(B) 126.08º 0.83% 0.75% -
XYZ 19.81 37.81 9.16 -
YUV 127.57 83.65 60.55 -
System Red Green Blue C M Y K H S L
Decimal 33 191 49 0.83 0 0.74 0.25 126.08 0.71 0.44
Hex 21 BF 31 53 0 4A 19 7E 47 2C
Octal 41 277 61 123 0 112 31 176 107 54
Binary 100001 10111111 110001 1010011 0 1001010 11001 1111110 1000111 101100

Color Harmonies of #21BF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BF31

Black with #21BF31

Text Example


Text Example

White with #21BF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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