Html Css Color HEX #18C024 Lime Green

📋 copy color: '#18C024'

red 24 ◦ green 192 ◦ blue 36

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

Shades of Lime Green #18C024

Tints of Lime Green #18C024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 76.19%

 BLUE value IS 36 (14.45% from 255) = 14.29%

R = 9.52%
G = 76.19%
B = 14.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#18C024 (or 0x18C024) is known color: Lime Green. HEX triplet: 18, C0 and 24. RGB value is (24,192,36). Sum of RGB (Red+Green+Blue) = 24+192+36=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #18C024 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C024 is #E73FDB. Grayscale: #7C7C7C. Windows color (decimal): -15155164 or 2408472. OLE color: 2408472.

HSL color Cylindrical-coordinate representation of color #18C024: hue angle of 124.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C024 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 36 -
CMYK 0.88 0 0.81 0.25
HSL 124.29º 0.78% 0.42% -
HSV(B) 124.29º 0.88% 0.75% -
XYZ 19.54 38.02 7.98 -
YUV 123.98 78.34 56.68 -
System Red Green Blue C M Y K H S L
Decimal 24 192 36 0.88 0 0.81 0.25 124.29 0.78 0.42
Hex 18 C0 24 58 0 51 19 7C 4E 2A
Octal 30 300 44 130 0 121 31 174 116 52
Binary 11000 11000000 100100 1011000 0 1010001 11001 1111100 1001110 101010

Color Harmonies of #18C024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C024

Black with #18C024

Text Example


Text Example

White with #18C024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,192,36); }

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

background-color css

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

 a { background-color: rgb(24,192,36); }

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

border-color css

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

 span { border-color: rgb(24,192,36); }

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