#1DBE30

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

Shades of Lime Green #1DBE30

Tints of Lime Green #1DBE30

Color information

#1DBE30 (or 0x1DBE30) is unknown color: approx Lime Green. HEX triplet: 1D, BE and 30. RGB value is (29,190,48). Sum of RGB (Red+Green+Blue) = 29+190+48=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 190 (74.61% from 255 or 71.16% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBE30 is #E241CF. Grayscale: #7E7E7E. Windows color (decimal): -14827984 or 3194397. OLE color: 3194397.

HSL color Cylindrical-coordinate representation of color #1DBE30: hue angle of 127.08º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBE30 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB2919048-
CMYK0.8500.750.25
HSL127.08º73.52%42.94%-
HSV(B)127.08º84.74%74.51%-
XYZ19.4537.38.97-
YUV125.6784.1659.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.86%
GREEN value IS 190 (74.61% from 255) = 71.16%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=10.86%
G=71.16%
B=17.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29190480.8500.750.25127.0873.5242.94
Hex1DBE305504B197f4a2b
Octal352766012501133117711253
Binary11101101111101100001010101010010111100111111111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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