Html Css Color HEX #18CC12 Lime Green

📋 copy color: '#18CC12'

red 24 ◦ green 204 ◦ blue 18

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

Shades of Lime Green #18CC12

Tints of Lime Green #18CC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 82.93%

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 9.76%
G = 82.93%
B = 7.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#18CC12 (or 0x18CC12) is known color: Lime Green. HEX triplet: 18, CC and 12. RGB value is (24,204,18). Sum of RGB (Red+Green+Blue) = 24+204+18=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 204 (80.08% from 255 or 82.93% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CC12 is #E733ED. Grayscale: #818181. Windows color (decimal): -15152110 or 1231896. OLE color: 1231896.

HSL color Cylindrical-coordinate representation of color #18CC12: hue angle of 118.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18CC12 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 18 -
CMYK 0.88 0 0.91 0.2
HSL 118.06º 0.84% 0.44% -
HSV(B) 118.06º 0.91% 0.8% -
XYZ 22.08 43.42 7.79 -
YUV 128.98 65.37 53.12 -
System Red Green Blue C M Y K H S L
Decimal 24 204 18 0.88 0 0.91 0.2 118.06 0.84 0.44
Hex 18 CC 12 58 0 5B 14 76 54 2C
Octal 30 314 22 130 0 133 24 166 124 54
Binary 11000 11001100 10010 1011000 0 1011011 10100 1110110 1010100 101100

Color Harmonies of #18CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC12

Black with #18CC12

Text Example


Text Example

White with #18CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,18); }

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

background-color css

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

 a { background-color: rgb(24,204,18); }

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

border-color css

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

 span { border-color: rgb(24,204,18); }

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