Html Css Color HEX #3FD12A Lime Green

📋 copy color: '#3FD12A'

red 63 ◦ green 209 ◦ blue 42

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

Shades of Lime Green #3FD12A

Tints of Lime Green #3FD12A

RGB

 RED value IS 63 (25% from 255) = 20.06%

 GREEN value IS 209 (82.03% from 255) = 66.56%

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 20.06%
G = 66.56%
B = 13.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#3FD12A (or 0x3FD12A) is known color: Lime Green. HEX triplet: 3F, D1 and 2A. RGB value is (63,209,42). Sum of RGB (Red+Green+Blue) = 63+209+42=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 209 (82.03% from 255 or 66.56% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 209 - color contains mainly: green. Hex color #3FD12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD12A is #C02ED5. Grayscale: #929292. Windows color (decimal): -12594902 or 2806079. OLE color: 2806079.

HSL color Cylindrical-coordinate representation of color #3FD12A: hue angle of 112.46º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FD12A is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 209 42 -
CMYK 0.70 0 0.80 0.18
HSL 112.46º 0.67% 0.49% -
HSV(B) 112.46º 0.8% 0.82% -
XYZ 25.27 46.82 9.9 -
YUV 146.31 69.13 68.58 -
System Red Green Blue C M Y K H S L
Decimal 63 209 42 0.70 0 0.80 0.18 112.46 0.67 0.49
Hex 3F D1 2A 46 0 50 12 70 43 31
Octal 77 321 52 106 0 120 22 160 103 61
Binary 111111 11010001 101010 1000110 0 1010000 10010 1110000 1000011 110001

Color Harmonies of #3FD12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD12A

Black with #3FD12A

Text Example


Text Example

White with #3FD12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FD12A; }

 p { color: rgb(63,209,42); }

 H1.HeaderClassName
 {
   color: #3FD12A;
 }
 .AnyTagClassName
 {
   color: #3FD12A;
 }
</style>

background-color css

<style>
 a { background-color: #3FD12A; }

 a { background-color: rgb(63,209,42); }

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

border-color css

<style>
 span { border-color: #3FD12A; }

 span { border-color: rgb(63,209,42); }

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