Html Css Color HEX #1DCC07 Lime Green

📋 copy color: '#1DCC07'

red 29 ◦ green 204 ◦ blue 7

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

Shades of Lime Green #1DCC07

Tints of Lime Green #1DCC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 12.08%
G = 85%
B = 2.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#1DCC07 (or 0x1DCC07) is known color: Lime Green. HEX triplet: 1D, CC and 07. RGB value is (29,204,7). Sum of RGB (Red+Green+Blue) = 29+204+7=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 204 (80.08% from 255 or 85% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCC07 is #E233F8. Grayscale: #818181. Windows color (decimal): -14824441 or 511005. OLE color: 511005.

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

Color convert

RGB 29 204 7 -
CMYK 0.86 0 0.97 0.2
HSL 113.3º 0.93% 0.41% -
HSV(B) 113.3º 0.97% 0.8% -
XYZ 22.14 43.46 7.42 -
YUV 129.22 59.02 56.52 -
System Red Green Blue C M Y K H S L
Decimal 29 204 7 0.86 0 0.97 0.2 113.3 0.93 0.41
Hex 1D CC 7 56 0 61 14 71 5D 29
Octal 35 314 7 126 0 141 24 161 135 51
Binary 11101 11001100 111 1010110 0 1100001 10100 1110001 1011101 101001

Color Harmonies of #1DCC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCC07

Black with #1DCC07

Text Example


Text Example

White with #1DCC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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