Html Css Color HEX #18CD12 Lime Green

📋 copy color: '#18CD12'

red 24 ◦ green 205 ◦ blue 18

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

Shades of Lime Green #18CD12

Tints of Lime Green #18CD12

RGB

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

 GREEN value IS 205 (80.47% from 255) = 83%

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

R = 9.72%
G = 83%
B = 7.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#18CD12 (or 0x18CD12) is known color: Lime Green. HEX triplet: 18, CD and 12. RGB value is (24,205,18). Sum of RGB (Red+Green+Blue) = 24+205+18=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 205 (80.47% from 255 or 83.00% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CD12 is #E732ED. Grayscale: #828282. Windows color (decimal): -15151854 or 1232152. OLE color: 1232152.

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

Color convert

RGB 24 205 18 -
CMYK 0.88 0 0.91 0.20
HSL 118.07º 0.84% 0.44% -
HSV(B) 118.07º 0.91% 0.8% -
XYZ 22.32 43.9 7.87 -
YUV 129.56 65.03 52.71 -
System Red Green Blue C M Y K H S L
Decimal 24 205 18 0.88 0 0.91 0.20 118.07 0.84 0.44
Hex 18 CD 12 58 0 5B 14 76 54 2C
Octal 30 315 22 130 0 133 24 166 124 54
Binary 11000 11001101 10010 1011000 0 1011011 10100 1110110 1010100 101100

Color Harmonies of #18CD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CD12

Black with #18CD12

Text Example


Text Example

White with #18CD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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