Html Css Color HEX #12D620 Lime Green

📋 copy color: '#12D620'

red 18 ◦ green 214 ◦ blue 32

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

Shades of Lime Green #12D620

Tints of Lime Green #12D620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 81.06%

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

R = 6.82%
G = 81.06%
B = 12.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#12D620 (or 0x12D620) is known color: Lime Green. HEX triplet: 12, D6 and 20. RGB value is (18,214,32). Sum of RGB (Red+Green+Blue) = 18+214+32=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 214 (83.98% from 255 or 81.06% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 214 - color contains mainly: green. Hex color #12D620 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D620 is #ED29DF. Grayscale: #878787. Windows color (decimal): -15542752 or 2151954. OLE color: 2151954.

HSL color Cylindrical-coordinate representation of color #12D620: hue angle of 124.29º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D620 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 214 32 -
CMYK 0.92 0 0.85 0.16
HSL 124.29º 0.84% 0.45% -
HSV(B) 124.29º 0.92% 0.84% -
XYZ 24.56 48.33 9.4 -
YUV 134.65 70.07 44.8 -
System Red Green Blue C M Y K H S L
Decimal 18 214 32 0.92 0 0.85 0.16 124.29 0.84 0.45
Hex 12 D6 20 5C 0 55 10 7C 54 2D
Octal 22 326 40 134 0 125 20 174 124 55
Binary 10010 11010110 100000 1011100 0 1010101 10000 1111100 1010100 101101

Color Harmonies of #12D620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D620

Black with #12D620

Text Example


Text Example

White with #12D620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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