Html Css Color HEX #12D020 Lime Green

📋 copy color: '#12D020'

red 18 ◦ green 208 ◦ blue 32

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

Shades of Lime Green #12D020

Tints of Lime Green #12D020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80.62%

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

R = 6.98%
G = 80.62%
B = 12.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#12D020 (or 0x12D020) is known color: Lime Green. HEX triplet: 12, D0 and 20. RGB value is (18,208,32). Sum of RGB (Red+Green+Blue) = 18+208+32=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 208 (81.64% from 255 or 80.62% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 208 - color contains mainly: green. Hex color #12D020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D020 is #ED2FDF. Grayscale: #838383. Windows color (decimal): -15544288 or 2150418. OLE color: 2150418.

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

Color convert

RGB 18 208 32 -
CMYK 0.91 0 0.85 0.18
HSL 124.42º 0.84% 0.44% -
HSV(B) 124.42º 0.91% 0.82% -
XYZ 23.07 45.34 8.9 -
YUV 131.13 72.05 47.31 -
System Red Green Blue C M Y K H S L
Decimal 18 208 32 0.91 0 0.85 0.18 124.42 0.84 0.44
Hex 12 D0 20 5B 0 55 12 7C 54 2C
Octal 22 320 40 133 0 125 22 174 124 54
Binary 10010 11010000 100000 1011011 0 1010101 10010 1111100 1010100 101100

Color Harmonies of #12D020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D020

Black with #12D020

Text Example


Text Example

White with #12D020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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