Html Css Color HEX #12CC13 Lime Green

📋 copy color: '#12CC13'

red 18 ◦ green 204 ◦ blue 19

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

Shades of Lime Green #12CC13

Tints of Lime Green #12CC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 7.47%
G = 84.65%
B = 7.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#12CC13 (or 0x12CC13) is known color: Lime Green. HEX triplet: 12, CC and 13. RGB value is (18,204,19). Sum of RGB (Red+Green+Blue) = 18+204+19=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 204 (80.08% from 255 or 84.65% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CC13 is #ED33EC. Grayscale: #7F7F7F. Windows color (decimal): -15545325 or 1297426. OLE color: 1297426.

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

Color convert

RGB 18 204 19 -
CMYK 0.91 0 0.91 0.2
HSL 120.32º 0.84% 0.44% -
HSV(B) 120.32º 0.91% 0.8% -
XYZ 21.96 43.36 7.83 -
YUV 127.3 66.88 50.04 -
System Red Green Blue C M Y K H S L
Decimal 18 204 19 0.91 0 0.91 0.2 120.32 0.84 0.44
Hex 12 CC 13 5B 0 5B 14 78 54 2C
Octal 22 314 23 133 0 133 24 170 124 54
Binary 10010 11001100 10011 1011011 0 1011011 10100 1111000 1010100 101100

Color Harmonies of #12CC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC13

Black with #12CC13

Text Example


Text Example

White with #12CC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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