Html Css Color HEX #18D11C Lime Green

📋 copy color: '#18D11C'

red 24 ◦ green 209 ◦ blue 28

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

Shades of Lime Green #18D11C

Tints of Lime Green #18D11C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 80.08%

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

R = 9.2%
G = 80.08%
B = 10.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#18D11C (or 0x18D11C) is known color: Lime Green. HEX triplet: 18, D1 and 1C. RGB value is (24,209,28). Sum of RGB (Red+Green+Blue) = 24+209+28=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 209 (82.03% from 255 or 80.08% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 209 - color contains mainly: green. Hex color #18D11C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D11C is #E72EE3. Grayscale: #858585. Windows color (decimal): -15150820 or 1888536. OLE color: 1888536.

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

Color convert

RGB 24 209 28 -
CMYK 0.89 0 0.87 0.18
HSL 121.3º 0.79% 0.46% -
HSV(B) 121.3º 0.89% 0.82% -
XYZ 23.39 45.88 8.72 -
YUV 133.05 68.71 50.22 -
System Red Green Blue C M Y K H S L
Decimal 24 209 28 0.89 0 0.87 0.18 121.3 0.79 0.46
Hex 18 D1 1C 59 0 57 12 79 4F 2E
Octal 30 321 34 131 0 127 22 171 117 56
Binary 11000 11010001 11100 1011001 0 1010111 10010 1111001 1001111 101110

Color Harmonies of #18D11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D11C

Black with #18D11C

Text Example


Text Example

White with #18D11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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