Html Css Color HEX #20BF33 Lime Green

📋 copy color: '#20BF33'

red 32 ◦ green 191 ◦ blue 51

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

Shades of Lime Green #20BF33

Tints of Lime Green #20BF33

RGB

 RED value IS 32 (12.89% from 255) = 11.68%

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

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 11.68%
G = 69.71%
B = 18.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#20BF33 (or 0x20BF33) is known color: Lime Green. HEX triplet: 20, BF and 33. RGB value is (32,191,51). Sum of RGB (Red+Green+Blue) = 32+191+51=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BF33 is #DF40CC. Grayscale: #7F7F7F. Windows color (decimal): -14631117 or 3391264. OLE color: 3391264.

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

Color convert

RGB 32 191 51 -
CMYK 0.83 0 0.73 0.25
HSL 127.17º 0.71% 0.44% -
HSV(B) 127.17º 0.83% 0.75% -
XYZ 19.82 37.81 9.38 -
YUV 127.5 84.82 59.88 -
System Red Green Blue C M Y K H S L
Decimal 32 191 51 0.83 0 0.73 0.25 127.17 0.71 0.44
Hex 20 BF 33 53 0 49 19 7F 47 2C
Octal 40 277 63 123 0 111 31 177 107 54
Binary 100000 10111111 110011 1010011 0 1001001 11001 1111111 1000111 101100

Color Harmonies of #20BF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BF33

Black with #20BF33

Text Example


Text Example

White with #20BF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20BF33; }

 p { color: rgb(32,191,51); }

 H1.HeaderClassName
 {
   color: #20BF33;
 }
 .AnyTagClassName
 {
   color: #20BF33;
 }
</style>

background-color css

<style>
 a { background-color: #20BF33; }

 a { background-color: rgb(32,191,51); }

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

border-color css

<style>
 span { border-color: #20BF33; }

 span { border-color: rgb(32,191,51); }

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