#18D435

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

Shades of Lime Green #18D435

Tints of Lime Green #18D435

Color information

#18D435 (or 0x18D435) is unknown color: approx Lime Green. HEX triplet: 18, D4 and 35. RGB value is (24,212,53). Sum of RGB (Red+Green+Blue) = 24+212+53=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 212 (83.20% from 255 or 73.36% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 212 - color contains mainly: green. Hex color #18D435 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D435 is #E72BCA. Grayscale: #8A8A8A. Windows color (decimal): -15150027 or 3527704. OLE color: 3527704.

HSL color Cylindrical-coordinate representation of color #18D435: hue angle of 129.26º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D435 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB2421253-
CMYK0.8900.750.17
HSL129.26º79.66%46.27%-
HSV(B)129.26º88.68%83.14%-
XYZ24.5647.5411.25-
YUV137.6680.2246.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 212 (83.20% from 255) = 73.36%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=8.30%
G=73.36%
B=18.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal24212530.8900.750.17129.2679.6646.27
Hex18D4355904B1181502e
Octal303246513101132120112056
Binary110001101010011010110110010100101110001100000011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18D435; }

 p { color: rgb(24,212,53); }

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

<style>
 a { background-color: #18D435; }

 a { background-color: rgb(24,212,53); }

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

<style>
 span { border-color: #18D435; }

 span { border-color: rgb(24,212,53); }

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