Html Css Color HEX #18C81C Lime Green

📋 copy color: '#18C81C'

red 24 ◦ green 200 ◦ blue 28

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

Shades of Lime Green #18C81C

Tints of Lime Green #18C81C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 79.37%

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

R = 9.52%
G = 79.37%
B = 11.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#18C81C (or 0x18C81C) is known color: Lime Green. HEX triplet: 18, C8 and 1C. RGB value is (24,200,28). Sum of RGB (Red+Green+Blue) = 24+200+28=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 200 (78.52% from 255 or 79.37% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 200 - color contains mainly: green. Hex color #18C81C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C81C is #E737E3. Grayscale: #808080. Windows color (decimal): -15153124 or 1886232. OLE color: 1886232.

HSL color Cylindrical-coordinate representation of color #18C81C: hue angle of 121.36º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C81C is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 200 28 -
CMYK 0.88 0 0.86 0.22
HSL 121.36º 0.79% 0.44% -
HSV(B) 121.36º 0.88% 0.78% -
XYZ 21.24 41.59 8.01 -
YUV 127.77 71.69 53.99 -
System Red Green Blue C M Y K H S L
Decimal 24 200 28 0.88 0 0.86 0.22 121.36 0.79 0.44
Hex 18 C8 1C 58 0 56 16 79 4F 2C
Octal 30 310 34 130 0 126 26 171 117 54
Binary 11000 11001000 11100 1011000 0 1010110 10110 1111001 1001111 101100

Color Harmonies of #18C81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C81C

Black with #18C81C

Text Example


Text Example

White with #18C81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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