Html Css Color HEX #18D024 Lime Green

📋 copy color: '#18D024'

red 24 ◦ green 208 ◦ blue 36

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

Shades of Lime Green #18D024

Tints of Lime Green #18D024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 77.61%

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

R = 8.96%
G = 77.61%
B = 13.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#18D024 (or 0x18D024) is known color: Lime Green. HEX triplet: 18, D0 and 24. RGB value is (24,208,36). Sum of RGB (Red+Green+Blue) = 24+208+36=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 208 (81.64% from 255 or 77.61% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 208 - color contains mainly: green. Hex color #18D024 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D024 is #E72FDB. Grayscale: #858585. Windows color (decimal): -15151068 or 2412568. OLE color: 2412568.

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

Color convert

RGB 24 208 36 -
CMYK 0.88 0 0.83 0.18
HSL 123.91º 0.79% 0.45% -
HSV(B) 123.91º 0.88% 0.82% -
XYZ 23.25 45.43 9.21 -
YUV 133.38 73.04 49.99 -
System Red Green Blue C M Y K H S L
Decimal 24 208 36 0.88 0 0.83 0.18 123.91 0.79 0.45
Hex 18 D0 24 58 0 53 12 7C 4F 2D
Octal 30 320 44 130 0 123 22 174 117 55
Binary 11000 11010000 100100 1011000 0 1010011 10010 1111100 1001111 101101

Color Harmonies of #18D024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D024

Black with #18D024

Text Example


Text Example

White with #18D024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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