#1EDF2C

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

Shades of Lime Green #1EDF2C

Tints of Lime Green #1EDF2C

Color information

#1EDF2C (or 0x1EDF2C) is unknown color: approx Lime Green. HEX triplet: 1E, DF and 2C. RGB value is (30,223,44). Sum of RGB (Red+Green+Blue) = 30+223+44=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 223 (87.5% from 255 or 75.08% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDF2C is #E120D3. Grayscale: #919191. Windows color (decimal): -14754004 or 2940702. OLE color: 2940702.

HSL color Cylindrical-coordinate representation of color #1EDF2C: hue angle of 124.35º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDF2C is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB3022344-
CMYK0.8700.800.13
HSL124.35º76.28%49.61%-
HSV(B)124.35º86.55%87.45%-
XYZ27.3853.2311.21-
YUV144.8971.0646.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.10%
GREEN value IS 223 (87.5% from 255) = 75.08%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=10.10%
G=75.08%
B=14.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30223440.8700.800.13124.3576.2849.61
Hex1EDF2C57050D7c4c32
Octal363375412701201517411462
Binary1111011011111101100101011101010000110111111001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,223,44); }

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

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

 a { background-color: rgb(30,223,44); }

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

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

 span { border-color: rgb(30,223,44); }

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