Html Css Color HEX #20C00F Lime Green

📋 copy color: '#20C00F'

red 32 ◦ green 192 ◦ blue 15

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

Shades of Lime Green #20C00F

Tints of Lime Green #20C00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 80.33%

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

R = 13.39%
G = 80.33%
B = 6.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#20C00F (or 0x20C00F) is known color: Lime Green. HEX triplet: 20, C0 and 0F. RGB value is (32,192,15). Sum of RGB (Red+Green+Blue) = 32+192+15=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 192 (75.39% from 255 or 80.33% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 192 - color contains mainly: green. Hex color #20C00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C00F is #DF3FF0. Grayscale: #7C7C7C. Windows color (decimal): -14630897 or 1032224. OLE color: 1032224.

HSL color Cylindrical-coordinate representation of color #20C00F: hue angle of 114.24º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20C00F is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 15 -
CMYK 0.83 0 0.92 0.25
HSL 114.24º 0.86% 0.41% -
HSV(B) 114.24º 0.92% 0.75% -
XYZ 19.53 38.04 6.77 -
YUV 123.98 66.49 62.39 -
System Red Green Blue C M Y K H S L
Decimal 32 192 15 0.83 0 0.92 0.25 114.24 0.86 0.41
Hex 20 C0 F 53 0 5C 19 72 56 29
Octal 40 300 17 123 0 134 31 162 126 51
Binary 100000 11000000 1111 1010011 0 1011100 11001 1110010 1010110 101001

Color Harmonies of #20C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C00F

Black with #20C00F

Text Example


Text Example

White with #20C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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