Html Css Color HEX #12D01F Lime Green

📋 copy color: '#12D01F'

red 18 ◦ green 208 ◦ blue 31

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

Shades of Lime Green #12D01F

Tints of Lime Green #12D01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 7%
G = 80.93%
B = 12.06%

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

#12D01F (or 0x12D01F) is known color: Lime Green. HEX triplet: 12, D0 and 1F. RGB value is (18,208,31). Sum of RGB (Red+Green+Blue) = 18+208+31=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 208 (81.64% from 255 or 80.93% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 208 - color contains mainly: green. Hex color #12D01F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D01F is #ED2FE0. Grayscale: #838383. Windows color (decimal): -15544289 or 2084882. OLE color: 2084882.

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

Color convert

RGB 18 208 31 -
CMYK 0.91 0 0.85 0.18
HSL 124.11º 0.84% 0.44% -
HSV(B) 124.11º 0.91% 0.82% -
XYZ 23.05 45.34 8.83 -
YUV 131.01 71.55 47.39 -
System Red Green Blue C M Y K H S L
Decimal 18 208 31 0.91 0 0.85 0.18 124.11 0.84 0.44
Hex 12 D0 1F 5B 0 55 12 7C 54 2C
Octal 22 320 37 133 0 125 22 174 124 54
Binary 10010 11010000 11111 1011011 0 1010101 10010 1111100 1010100 101100

Color Harmonies of #12D01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D01F

Black with #12D01F

Text Example


Text Example

White with #12D01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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