#1DC62E

Color #1DC62E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1DC62E

Tints of Lime Green #1DC62E

Color information

#1DC62E (or 0x1DC62E) is unknown color: approx Lime Green. HEX triplet: 1D, C6 and 2E. RGB value is (29,198,46). Sum of RGB (Red+Green+Blue) = 29+198+46=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 198 (77.73% from 255 or 72.53% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC62E is #E239D1. Grayscale: #828282. Windows color (decimal): -14825938 or 3065373. OLE color: 3065373.

HSL color Cylindrical-coordinate representation of color #1DC62E: hue angle of 126.04º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC62E is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB2919846-
CMYK0.8500.770.22
HSL126.04º74.45%44.51%-
HSV(B)126.04º85.35%77.65%-
XYZ21.1940.859.35-
YUV130.1480.5155.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.62%
GREEN value IS 198 (77.73% from 255) = 72.53%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=10.62%
G=72.53%
B=16.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal29198460.8500.770.22126.0474.4544.51
Hex1DC62E5504D167e4a2d
Octal353065612501152617611255
Binary11101110001101011101010101010011011011011111101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,198,46); }

 H1.HeaderClassName
 {
   color: #1DC62E;
 }
 .AnyTagClassName
 {
   color: #1DC62E;
 }
</style>
background-color css

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

 a { background-color: rgb(29,198,46); }

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

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

 span { border-color: rgb(29,198,46); }

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