Html Css Color HEX #12CC18 Lime Green

📋 copy color: '#12CC18'

red 18 ◦ green 204 ◦ blue 24

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

Shades of Lime Green #12CC18

Tints of Lime Green #12CC18

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 18 204 24 -
CMYK 0.91 0 0.88 0.2
HSL 121.94º 0.84% 0.44% -
HSV(B) 121.94º 0.91% 0.8% -
XYZ 22.01 43.38 8.08 -
YUV 127.87 69.38 49.64 -
System Red Green Blue C M Y K H S L
Decimal 18 204 24 0.91 0 0.88 0.2 121.94 0.84 0.44
Hex 12 CC 18 5B 0 58 14 7A 54 2C
Octal 22 314 30 133 0 130 24 172 124 54
Binary 10010 11001100 11000 1011011 0 1011000 10100 1111010 1010100 101100

Color Harmonies of #12CC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC18

Black with #12CC18

Text Example


Text Example

White with #12CC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12CC18; }

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

 H1.HeaderClassName
 {
   color: #12CC18;
 }
 .AnyTagClassName
 {
   color: #12CC18;
 }
</style>

background-color css

<style>
 a { background-color: #12CC18; }

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

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

border-color css

<style>
 span { border-color: #12CC18; }

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

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