Html Css Color HEX #18E028 Lime Green

📋 copy color: '#18E028'

red 24 ◦ green 224 ◦ blue 40

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

Shades of Lime Green #18E028

Tints of Lime Green #18E028

RGB

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

 GREEN value IS 224 (87.89% from 255) = 77.78%

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

R = 8.33%
G = 77.78%
B = 13.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#18E028 (or 0x18E028) is known color: Lime Green. HEX triplet: 18, E0 and 28. RGB value is (24,224,40). Sum of RGB (Red+Green+Blue) = 24+224+40=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 224 (87.89% from 255 or 77.78% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 224 - color contains mainly: green. Hex color #18E028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E028 is #E71FD7. Grayscale: #8F8F8F. Windows color (decimal): -15146968 or 2678808. OLE color: 2678808.

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

Color convert

RGB 24 224 40 -
CMYK 0.89 0 0.82 0.12
HSL 124.8º 0.81% 0.49% -
HSV(B) 124.8º 0.89% 0.88% -
XYZ 27.42 53.66 10.92 -
YUV 143.22 69.74 42.96 -
System Red Green Blue C M Y K H S L
Decimal 24 224 40 0.89 0 0.82 0.12 124.8 0.81 0.49
Hex 18 E0 28 59 0 52 C 7D 51 31
Octal 30 340 50 131 0 122 14 175 121 61
Binary 11000 11100000 101000 1011001 0 1010010 1100 1111101 1010001 110001

Color Harmonies of #18E028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E028

Black with #18E028

Text Example


Text Example

White with #18E028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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