Html Css Color HEX #20BC0F Lime Green

📋 copy color: '#20BC0F'

red 32 ◦ green 188 ◦ blue 15

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

Shades of Lime Green #20BC0F

Tints of Lime Green #20BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 80%

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 13.62%
G = 80%
B = 6.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#20BC0F (or 0x20BC0F) is known color: Lime Green. HEX triplet: 20, BC and 0F. RGB value is (32,188,15). Sum of RGB (Red+Green+Blue) = 32+188+15=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 188 (73.83% from 255 or 80% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BC0F is #DF43F0. Grayscale: #7A7A7A. Windows color (decimal): -14631921 or 1031200. OLE color: 1031200.

HSL color Cylindrical-coordinate representation of color #20BC0F: hue angle of 114.1º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20BC0F is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 188 15 -
CMYK 0.83 0 0.92 0.26
HSL 114.1º 0.85% 0.4% -
HSV(B) 114.1º 0.92% 0.74% -
XYZ 18.67 36.31 6.48 -
YUV 121.63 67.82 64.07 -
System Red Green Blue C M Y K H S L
Decimal 32 188 15 0.83 0 0.92 0.26 114.1 0.85 0.4
Hex 20 BC F 53 0 5C 1A 72 55 28
Octal 40 274 17 123 0 134 32 162 125 50
Binary 100000 10111100 1111 1010011 0 1011100 11010 1110010 1010101 101000

Color Harmonies of #20BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BC0F

Black with #20BC0F

Text Example


Text Example

White with #20BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,188,15); }

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

background-color css

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

 a { background-color: rgb(32,188,15); }

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

border-color css

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

 span { border-color: rgb(32,188,15); }

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