#12CA1B

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

Shades of Lime Green #12CA1B

Tints of Lime Green #12CA1B

Color information

#12CA1B (or 0x12CA1B) is unknown color: approx Lime Green. HEX triplet: 12, CA and 1B. RGB value is (18,202,27). Sum of RGB (Red+Green+Blue) = 18+202+27=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 202 (79.30% from 255 or 81.78% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CA1B is #ED35E4. Grayscale: #7F7F7F. Windows color (decimal): -15545829 or 1821202. OLE color: 1821202.

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

Color convert

RGB1820227-
CMYK0.9100.870.21
HSL122.93º83.64%43.14%-
HSV(B)122.93º91.09%79.22%-
XYZ21.5742.458.09-
YUV127.0371.5450.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 202 (79.30% from 255) = 81.78%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=7.29%
G=81.78%
B=10.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18202270.9100.870.21122.9383.6443.14
Hex12CA1B5B057157b542b
Octal223123313301272517312453
Binary1001011001010110111011011010101111010111110111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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