Html Css Color HEX #3FE246 Lime Green

📋 copy color: '#3FE246'

red 63 ◦ green 226 ◦ blue 70

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

Shades of Lime Green #3FE246

Tints of Lime Green #3FE246

RGB

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

 GREEN value IS 226 (88.67% from 255) = 62.95%

 BLUE value IS 70 (27.73% from 255) = 19.5%

R = 17.55%
G = 62.95%
B = 19.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#3FE246 (or 0x3FE246) is known color: Lime Green. HEX triplet: 3F, E2 and 46. RGB value is (63,226,70). Sum of RGB (Red+Green+Blue) = 63+226+70=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 226 (88.67% from 255 or 62.95% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE246 is #C01DB9. Grayscale: #9F9F9F. Windows color (decimal): -12590522 or 4645439. OLE color: 4645439.

HSL color Cylindrical-coordinate representation of color #3FE246: hue angle of 122.58º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE246 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 226 70 -
CMYK 0.72 0 0.69 0.11
HSL 122.58º 0.74% 0.57% -
HSV(B) 122.58º 0.72% 0.89% -
XYZ 30.35 55.89 14.98 -
YUV 159.48 77.5 59.18 -
System Red Green Blue C M Y K H S L
Decimal 63 226 70 0.72 0 0.69 0.11 122.58 0.74 0.57
Hex 3F E2 46 48 0 45 B 7B 4A 39
Octal 77 342 106 110 0 105 13 173 112 71
Binary 111111 11100010 1000110 1001000 0 1000101 1011 1111011 1001010 111001

Color Harmonies of #3FE246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE246

Black with #3FE246

Text Example


Text Example

White with #3FE246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,226,70); }

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

background-color css

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

 a { background-color: rgb(63,226,70); }

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

border-color css

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

 span { border-color: rgb(63,226,70); }

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