Html Css Color HEX #20BF3E Lime Green

📋 copy color: '#20BF3E'

red 32 ◦ green 191 ◦ blue 62

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

Shades of Lime Green #20BF3E

Tints of Lime Green #20BF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 11.23%
G = 67.02%
B = 21.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#20BF3E (or 0x20BF3E) is known color: Lime Green. HEX triplet: 20, BF and 3E. RGB value is (32,191,62). Sum of RGB (Red+Green+Blue) = 32+191+62=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BF3E is #DF40C1. Grayscale: #818181. Windows color (decimal): -14631106 or 4112160. OLE color: 4112160.

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

Color convert

RGB 32 191 62 -
CMYK 0.83 0 0.68 0.25
HSL 131.32º 0.71% 0.44% -
HSV(B) 131.32º 0.83% 0.75% -
XYZ 20.1 37.92 10.82 -
YUV 128.75 90.32 58.99 -
System Red Green Blue C M Y K H S L
Decimal 32 191 62 0.83 0 0.68 0.25 131.32 0.71 0.44
Hex 20 BF 3E 53 0 44 19 83 47 2C
Octal 40 277 76 123 0 104 31 203 107 54
Binary 100000 10111111 111110 1010011 0 1000100 11001 10000011 1000111 101100

Color Harmonies of #20BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BF3E

Black with #20BF3E

Text Example


Text Example

White with #20BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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