#1DE330

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

Shades of Lime Green #1DE330

Tints of Lime Green #1DE330

Color information

#1DE330 (or 0x1DE330) is unknown color: approx Lime Green. HEX triplet: 1D, E3 and 30. RGB value is (29,227,48). Sum of RGB (Red+Green+Blue) = 29+227+48=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 227 (89.06% from 255 or 74.67% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 227 - color contains mainly: green. Hex color #1DE330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE330 is #E21CCF. Grayscale: #939393. Windows color (decimal): -14818512 or 3203869. OLE color: 3203869.

HSL color Cylindrical-coordinate representation of color #1DE330: hue angle of 125.76º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE330 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2922748-
CMYK0.8700.790.11
HSL125.76º77.95%50.2%-
HSV(B)125.76º87.22%89.02%-
XYZ28.5155.4111.99-
YUV147.3971.943.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.54%
GREEN value IS 227 (89.06% from 255) = 74.67%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=9.54%
G=74.67%
B=15.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal29227480.8700.790.11125.7677.9550.2
Hex1DE3305704FB7e4e32
Octal353436012701171317611662
Binary1110111100011110000101011101001111101111111101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,227,48); }

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

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

 a { background-color: rgb(29,227,48); }

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

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

 span { border-color: rgb(29,227,48); }

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