Html Css Color HEX #1DCC3E Lime Green

📋 copy color: '#1DCC3E'

red 29 ◦ green 204 ◦ blue 62

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

Shades of Lime Green #1DCC3E

Tints of Lime Green #1DCC3E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 69.15%

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

R = 9.83%
G = 69.15%
B = 21.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#1DCC3E (or 0x1DCC3E) is known color: Lime Green. HEX triplet: 1D, CC and 3E. RGB value is (29,204,62). Sum of RGB (Red+Green+Blue) = 29+204+62=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCC3E is #E233C1. Grayscale: #878787. Windows color (decimal): -14824386 or 4115485. OLE color: 4115485.

HSL color Cylindrical-coordinate representation of color #1DCC3E: hue angle of 131.31º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC3E is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 204 62 -
CMYK 0.86 0 0.70 0.2
HSL 131.31º 0.75% 0.46% -
HSV(B) 131.31º 0.86% 0.8% -
XYZ 22.97 43.79 11.8 -
YUV 135.49 86.52 52.05 -
System Red Green Blue C M Y K H S L
Decimal 29 204 62 0.86 0 0.70 0.2 131.31 0.75 0.46
Hex 1D CC 3E 56 0 46 14 83 4B 2E
Octal 35 314 76 126 0 106 24 203 113 56
Binary 11101 11001100 111110 1010110 0 1000110 10100 10000011 1001011 101110

Color Harmonies of #1DCC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCC3E

Black with #1DCC3E

Text Example


Text Example

White with #1DCC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,204,62); }

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

background-color css

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

 a { background-color: rgb(29,204,62); }

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

border-color css

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

 span { border-color: rgb(29,204,62); }

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