#1DC62F

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

Shades of Lime Green #1DC62F

Tints of Lime Green #1DC62F

Color information

#1DC62F (or 0x1DC62F) is unknown color: approx Lime Green. HEX triplet: 1D, C6 and 2F. RGB value is (29,198,47). Sum of RGB (Red+Green+Blue) = 29+198+47=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 198 (77.73% from 255 or 72.26% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC62F is #E239D0. Grayscale: #828282. Windows color (decimal): -14825937 or 3130909. OLE color: 3130909.

HSL color Cylindrical-coordinate representation of color #1DC62F: hue angle of 126.39º 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 #1DC62F is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB2919847-
CMYK0.8500.760.22
HSL126.39º74.45%44.51%-
HSV(B)126.39º85.35%77.65%-
XYZ21.2140.859.46-
YUV130.2681.0155.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.58%
GREEN value IS 198 (77.73% from 255) = 72.26%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=10.58%
G=72.26%
B=17.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal29198470.8500.760.22126.3974.4544.51
Hex1DC62F5504C167e4a2d
Octal353065712501142617611255
Binary11101110001101011111010101010011001011011111101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC62F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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