Html Css Color HEX #10D020 Lime Green

📋 copy color: '#10D020'

red 16 ◦ green 208 ◦ blue 32

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

Shades of Lime Green #10D020

Tints of Lime Green #10D020

RGB

 RED value IS 16 (6.64% from 255) = 6.25%

 GREEN value IS 208 (81.64% from 255) = 81.25%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 6.25%
G = 81.25%
B = 12.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#10D020 (or 0x10D020) is known color: Lime Green. HEX triplet: 10, D0 and 20. RGB value is (16,208,32). Sum of RGB (Red+Green+Blue) = 16+208+32=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 208 (81.64% from 255 or 81.25% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 208 - color contains mainly: green. Hex color #10D020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D020 is #EF2FDF. Grayscale: #838383. Windows color (decimal): -15675360 or 2150416. OLE color: 2150416.

HSL color Cylindrical-coordinate representation of color #10D020: hue angle of 125º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D020 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 208 32 -
CMYK 0.92 0 0.85 0.18
HSL 125º 0.86% 0.44% -
HSV(B) 125º 0.92% 0.82% -
XYZ 23.03 45.33 8.9 -
YUV 130.53 72.39 46.31 -
System Red Green Blue C M Y K H S L
Decimal 16 208 32 0.92 0 0.85 0.18 125 0.86 0.44
Hex 10 D0 20 5C 0 55 12 7D 56 2C
Octal 20 320 40 134 0 125 22 175 126 54
Binary 10000 11010000 100000 1011100 0 1010101 10010 1111101 1010110 101100

Color Harmonies of #10D020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D020

Black with #10D020

Text Example


Text Example

White with #10D020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10D020; }

 p { color: rgb(16,208,32); }

 H1.HeaderClassName
 {
   color: #10D020;
 }
 .AnyTagClassName
 {
   color: #10D020;
 }
</style>

background-color css

<style>
 a { background-color: #10D020; }

 a { background-color: rgb(16,208,32); }

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

border-color css

<style>
 span { border-color: #10D020; }

 span { border-color: rgb(16,208,32); }

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