#12CA1F

Color #12CA1F Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #12CA1F

Tints of Lime Green #12CA1F

Color information

#12CA1F (or 0x12CA1F) is unknown color: approx Lime Green. HEX triplet: 12, CA and 1F. RGB value is (18,202,31). Sum of RGB (Red+Green+Blue) = 18+202+31=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 202 (79.30% from 255 or 80.48% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CA1F is #ED35E0. Grayscale: #7F7F7F. Windows color (decimal): -15545825 or 2083346. OLE color: 2083346.

HSL color Cylindrical-coordinate representation of color #12CA1F: hue angle of 124.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CA1F is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB1820231-
CMYK0.9100.850.21
HSL124.24º83.64%43.14%-
HSV(B)124.24º91.09%79.22%-
XYZ21.6242.478.35-
YUV127.4973.5449.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.17%
GREEN value IS 202 (79.30% from 255) = 80.48%
BLUE value IS 31 (12.5% from 255) = 12.35%
R=7.17%
G=80.48%
B=12.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18202310.9100.850.21124.2483.6443.14
Hex12CA1F5B055157c542b
Octal223123713301252517412453
Binary1001011001010111111011011010101011010111111001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,202,31); }

 H1.HeaderClassName
 {
   color: #12CA1F;
 }
 .AnyTagClassName
 {
   color: #12CA1F;
 }
</style>
background-color css

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

 a { background-color: rgb(18,202,31); }

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

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

 span { border-color: rgb(18,202,31); }

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