Html Css Color HEX #1DC903 Lime Green

📋 copy color: '#1DC903'

red 29 ◦ green 201 ◦ blue 3

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

Shades of Lime Green #1DC903

Tints of Lime Green #1DC903

RGB

 RED value IS 29 (11.72% from 255) = 12.45%

 GREEN value IS 201 (78.91% from 255) = 86.27%

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 12.45%
G = 86.27%
B = 1.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#1DC903 (or 0x1DC903) is known color: Lime Green. HEX triplet: 1D, C9 and 03. RGB value is (29,201,3). Sum of RGB (Red+Green+Blue) = 29+201+3=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 201 (78.91% from 255 or 86.27% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC903 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC903 is #E236FC. Grayscale: #7F7F7F. Windows color (decimal): -14825213 or 248093. OLE color: 248093.

HSL color Cylindrical-coordinate representation of color #1DC903: hue angle of 112.12º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DC903 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 201 3 -
CMYK 0.86 0 0.99 0.21
HSL 112.12º 0.97% 0.4% -
HSV(B) 112.12º 0.99% 0.79% -
XYZ 21.41 42.04 7.07 -
YUV 127 58.02 58.1 -
System Red Green Blue C M Y K H S L
Decimal 29 201 3 0.86 0 0.99 0.21 112.12 0.97 0.4
Hex 1D C9 3 56 0 63 15 70 61 28
Octal 35 311 3 126 0 143 25 160 141 50
Binary 11101 11001001 11 1010110 0 1100011 10101 1110000 1100001 101000

Color Harmonies of #1DC903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC903

Black with #1DC903

Text Example


Text Example

White with #1DC903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DC903; }

 p { color: rgb(29,201,3); }

 H1.HeaderClassName
 {
   color: #1DC903;
 }
 .AnyTagClassName
 {
   color: #1DC903;
 }
</style>

background-color css

<style>
 a { background-color: #1DC903; }

 a { background-color: rgb(29,201,3); }

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

border-color css

<style>
 span { border-color: #1DC903; }

 span { border-color: rgb(29,201,3); }

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