Html Css Color HEX #18D02C Lime Green

📋 copy color: '#18D02C'

red 24 ◦ green 208 ◦ blue 44

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

Shades of Lime Green #18D02C

Tints of Lime Green #18D02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 8.7%
G = 75.36%
B = 15.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#18D02C (or 0x18D02C) is known color: Lime Green. HEX triplet: 18, D0 and 2C. RGB value is (24,208,44). Sum of RGB (Red+Green+Blue) = 24+208+44=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 208 (81.64% from 255 or 75.36% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 208 - color contains mainly: green. Hex color #18D02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D02C is #E72FD3. Grayscale: #868686. Windows color (decimal): -15151060 or 2936856. OLE color: 2936856.

HSL color Cylindrical-coordinate representation of color #18D02C: hue angle of 126.52º 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 #18D02C is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 208 44 -
CMYK 0.88 0 0.79 0.18
HSL 126.52º 0.79% 0.45% -
HSV(B) 126.52º 0.88% 0.82% -
XYZ 23.39 45.49 9.93 -
YUV 134.29 77.04 49.34 -
System Red Green Blue C M Y K H S L
Decimal 24 208 44 0.88 0 0.79 0.18 126.52 0.79 0.45
Hex 18 D0 2C 58 0 4F 12 7F 4F 2D
Octal 30 320 54 130 0 117 22 177 117 55
Binary 11000 11010000 101100 1011000 0 1001111 10010 1111111 1001111 101101

Color Harmonies of #18D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D02C

Black with #18D02C

Text Example


Text Example

White with #18D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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