Html Css Color HEX #1DCE14 Lime Green

📋 copy color: '#1DCE14'

red 29 ◦ green 206 ◦ blue 20

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

Shades of Lime Green #1DCE14

Tints of Lime Green #1DCE14

RGB

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

 GREEN value IS 206 (80.86% from 255) = 80.78%

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 11.37%
G = 80.78%
B = 7.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#1DCE14 (or 0x1DCE14) is known color: Lime Green. HEX triplet: 1D, CE and 14. RGB value is (29,206,20). Sum of RGB (Red+Green+Blue) = 29+206+20=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 206 (80.86% from 255 or 80.78% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCE14 is #E231EB. Grayscale: #848484. Windows color (decimal): -14823916 or 1363485. OLE color: 1363485.

HSL color Cylindrical-coordinate representation of color #1DCE14: hue angle of 117.1º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DCE14 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 206 20 -
CMYK 0.86 0 0.90 0.19
HSL 117.1º 0.82% 0.44% -
HSV(B) 117.1º 0.9% 0.81% -
XYZ 22.7 44.45 8.05 -
YUV 131.87 64.86 54.62 -
System Red Green Blue C M Y K H S L
Decimal 29 206 20 0.86 0 0.90 0.19 117.1 0.82 0.44
Hex 1D CE 14 56 0 5A 13 75 52 2C
Octal 35 316 24 126 0 132 23 165 122 54
Binary 11101 11001110 10100 1010110 0 1011010 10011 1110101 1010010 101100

Color Harmonies of #1DCE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCE14

Black with #1DCE14

Text Example


Text Example

White with #1DCE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,206,20); }

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

background-color css

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

 a { background-color: rgb(29,206,20); }

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

border-color css

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

 span { border-color: rgb(29,206,20); }

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