Html Css Color HEX #12CA20 Lime Green

📋 copy color: '#12CA20'

red 18 ◦ green 202 ◦ blue 32

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

Shades of Lime Green #12CA20

Tints of Lime Green #12CA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 7.14%
G = 80.16%
B = 12.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#12CA20 (or 0x12CA20) is known color: Lime Green. HEX triplet: 12, CA and 20. RGB value is (18,202,32). Sum of RGB (Red+Green+Blue) = 18+202+32=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 202 (79.30% from 255 or 80.16% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CA20 is #ED35DF. Grayscale: #808080. Windows color (decimal): -15545824 or 2148882. OLE color: 2148882.

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

Color convert

RGB 18 202 32 -
CMYK 0.91 0 0.84 0.21
HSL 124.57º 0.84% 0.43% -
HSV(B) 124.57º 0.91% 0.79% -
XYZ 21.63 42.47 8.42 -
YUV 127.6 74.04 49.82 -
System Red Green Blue C M Y K H S L
Decimal 18 202 32 0.91 0 0.84 0.21 124.57 0.84 0.43
Hex 12 CA 20 5B 0 54 15 7D 54 2B
Octal 22 312 40 133 0 124 25 175 124 53
Binary 10010 11001010 100000 1011011 0 1010100 10101 1111101 1010100 101011

Color Harmonies of #12CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CA20

Black with #12CA20

Text Example


Text Example

White with #12CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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