Html Css Color HEX #3FE12F Lime Green

📋 copy color: '#3FE12F'

red 63 ◦ green 225 ◦ blue 47

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

Shades of Lime Green #3FE12F

Tints of Lime Green #3FE12F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 67.16%

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 18.81%
G = 67.16%
B = 14.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#3FE12F (or 0x3FE12F) is known color: Lime Green. HEX triplet: 3F, E1 and 2F. RGB value is (63,225,47). Sum of RGB (Red+Green+Blue) = 63+225+47=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE12F is #C01ED0. Grayscale: #9C9C9C. Windows color (decimal): -12590801 or 3137855. OLE color: 3137855.

HSL color Cylindrical-coordinate representation of color #3FE12F: hue angle of 114.61º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FE12F is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 225 47 -
CMYK 0.72 0 0.79 0.12
HSL 114.61º 0.75% 0.53% -
HSV(B) 114.61º 0.79% 0.88% -
XYZ 29.49 55.11 11.77 -
YUV 156.27 66.33 61.47 -
System Red Green Blue C M Y K H S L
Decimal 63 225 47 0.72 0 0.79 0.12 114.61 0.75 0.53
Hex 3F E1 2F 48 0 4F C 73 4B 35
Octal 77 341 57 110 0 117 14 163 113 65
Binary 111111 11100001 101111 1001000 0 1001111 1100 1110011 1001011 110101

Color Harmonies of #3FE12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE12F

Black with #3FE12F

Text Example


Text Example

White with #3FE12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,225,47); }

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

background-color css

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

 a { background-color: rgb(63,225,47); }

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

border-color css

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

 span { border-color: rgb(63,225,47); }

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