Html Css Color HEX #18D61C Lime Green

📋 copy color: '#18D61C'

red 24 ◦ green 214 ◦ blue 28

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

Shades of Lime Green #18D61C

Tints of Lime Green #18D61C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 80.45%

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

R = 9.02%
G = 80.45%
B = 10.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#18D61C (or 0x18D61C) is known color: Lime Green. HEX triplet: 18, D6 and 1C. RGB value is (24,214,28). Sum of RGB (Red+Green+Blue) = 24+214+28=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 214 (83.98% from 255 or 80.45% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 214 - color contains mainly: green. Hex color #18D61C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D61C is #E729E3. Grayscale: #888888. Windows color (decimal): -15149540 or 1889816. OLE color: 1889816.

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

Color convert

RGB 24 214 28 -
CMYK 0.89 0 0.87 0.16
HSL 121.26º 0.8% 0.47% -
HSV(B) 121.26º 0.89% 0.84% -
XYZ 24.63 48.37 9.14 -
YUV 135.99 67.05 48.12 -
System Red Green Blue C M Y K H S L
Decimal 24 214 28 0.89 0 0.87 0.16 121.26 0.8 0.47
Hex 18 D6 1C 59 0 57 10 79 50 2F
Octal 30 326 34 131 0 127 20 171 120 57
Binary 11000 11010110 11100 1011001 0 1010111 10000 1111001 1010000 101111

Color Harmonies of #18D61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D61C

Black with #18D61C

Text Example


Text Example

White with #18D61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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