Html Css Color HEX #12CA1D Lime Green

📋 copy color: '#12CA1D'

red 18 ◦ green 202 ◦ blue 29

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

Shades of Lime Green #12CA1D

Tints of Lime Green #12CA1D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 81.12%

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 7.23%
G = 81.12%
B = 11.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#12CA1D (or 0x12CA1D) is known color: Lime Green. HEX triplet: 12, CA and 1D. RGB value is (18,202,29). Sum of RGB (Red+Green+Blue) = 18+202+29=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CA1D is #ED35E2. Grayscale: #7F7F7F. Windows color (decimal): -15545827 or 1952274. OLE color: 1952274.

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

Color convert

RGB 18 202 29 -
CMYK 0.91 0 0.86 0.21
HSL 123.59º 0.84% 0.43% -
HSV(B) 123.59º 0.91% 0.79% -
XYZ 21.59 42.46 8.22 -
YUV 127.26 72.54 50.07 -
System Red Green Blue C M Y K H S L
Decimal 18 202 29 0.91 0 0.86 0.21 123.59 0.84 0.43
Hex 12 CA 1D 5B 0 56 15 7C 54 2B
Octal 22 312 35 133 0 126 25 174 124 53
Binary 10010 11001010 11101 1011011 0 1010110 10101 1111100 1010100 101011

Color Harmonies of #12CA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CA1D

Black with #12CA1D

Text Example


Text Example

White with #12CA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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