Html Css Color HEX #18D81C Lime Green

📋 copy color: '#18D81C'

red 24 ◦ green 216 ◦ blue 28

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

Shades of Lime Green #18D81C

Tints of Lime Green #18D81C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 80.6%

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 8.96%
G = 80.6%
B = 10.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#18D81C (or 0x18D81C) is known color: Lime Green. HEX triplet: 18, D8 and 1C. RGB value is (24,216,28). Sum of RGB (Red+Green+Blue) = 24+216+28=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 216 (84.77% from 255 or 80.60% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 216 - color contains mainly: green. Hex color #18D81C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D81C is #E727E3. Grayscale: #898989. Windows color (decimal): -15149028 or 1890328. OLE color: 1890328.

HSL color Cylindrical-coordinate representation of color #18D81C: hue angle of 121.25º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D81C is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 216 28 -
CMYK 0.89 0 0.87 0.15
HSL 121.25º 0.8% 0.47% -
HSV(B) 121.25º 0.89% 0.85% -
XYZ 25.14 49.39 9.31 -
YUV 137.16 66.39 47.29 -
System Red Green Blue C M Y K H S L
Decimal 24 216 28 0.89 0 0.87 0.15 121.25 0.8 0.47
Hex 18 D8 1C 59 0 57 F 79 50 2F
Octal 30 330 34 131 0 127 17 171 120 57
Binary 11000 11011000 11100 1011001 0 1010111 1111 1111001 1010000 101111

Color Harmonies of #18D81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D81C

Black with #18D81C

Text Example


Text Example

White with #18D81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,216,28); }

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

background-color css

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

 a { background-color: rgb(24,216,28); }

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

border-color css

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

 span { border-color: rgb(24,216,28); }

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