Html Css Color HEX #18D128 Lime Green

📋 copy color: '#18D128'

red 24 ◦ green 209 ◦ blue 40

#18D128
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #18D128

Tints of Lime Green #18D128

RGB

 RED value IS 24 (9.77% from 255) = 8.79%

 GREEN value IS 209 (82.03% from 255) = 76.56%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 8.79%
G = 76.56%
B = 14.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#18D128 (or 0x18D128) is known color: Lime Green. HEX triplet: 18, D1 and 28. RGB value is (24,209,40). Sum of RGB (Red+Green+Blue) = 24+209+40=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 209 (82.03% from 255 or 76.56% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 209 - color contains mainly: green. Hex color #18D128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D128 is #E72ED7. Grayscale: #868686. Windows color (decimal): -15150808 or 2674968. OLE color: 2674968.

HSL color Cylindrical-coordinate representation of color #18D128: hue angle of 125.19º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D128 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 209 40 -
CMYK 0.89 0 0.81 0.18
HSL 125.19º 0.79% 0.46% -
HSV(B) 125.19º 0.89% 0.82% -
XYZ 23.56 45.95 9.63 -
YUV 134.42 74.71 49.24 -
System Red Green Blue C M Y K H S L
Decimal 24 209 40 0.89 0 0.81 0.18 125.19 0.79 0.46
Hex 18 D1 28 59 0 51 12 7D 4F 2E
Octal 30 321 50 131 0 121 22 175 117 56
Binary 11000 11010001 101000 1011001 0 1010001 10010 1111101 1001111 101110

Color Harmonies of #18D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D128

Black with #18D128

Text Example


Text Example

White with #18D128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,209,40); }

 H1.HeaderClassName
 {
   color: #18D128;
 }
 .AnyTagClassName
 {
   color: #18D128;
 }
</style>

background-color css

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

 a { background-color: rgb(24,209,40); }

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

border-color css

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

 span { border-color: rgb(24,209,40); }

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