Html Css Color HEX #3BFC46 Lime Green

📋 copy color: '#3BFC46'

red 59 ◦ green 252 ◦ blue 70

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

Shades of Lime Green #3BFC46

Tints of Lime Green #3BFC46

RGB

 RED value IS 59 (23.44% from 255) = 15.49%

 GREEN value IS 252 (98.83% from 255) = 66.14%

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

R = 15.49%
G = 66.14%
B = 18.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#3BFC46 (or 0x3BFC46) is known color: Lime Green. HEX triplet: 3B, FC and 46. RGB value is (59,252,70). Sum of RGB (Red+Green+Blue) = 59+252+70=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFC46 is #C403B9. Grayscale: #AEAEAE. Windows color (decimal): -12846010 or 4652091. OLE color: 4652091.

HSL color Cylindrical-coordinate representation of color #3BFC46: hue angle of 123.42º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFC46 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 252 70 -
CMYK 0.77 0 0.72 0.01
HSL 123.42º 0.97% 0.61% -
HSV(B) 123.42º 0.77% 0.99% -
XYZ 37.72 70.99 17.51 -
YUV 173.55 69.56 46.3 -
System Red Green Blue C M Y K H S L
Decimal 59 252 70 0.77 0 0.72 0.01 123.42 0.97 0.61
Hex 3B FC 46 4D 0 48 1 7B 61 3D
Octal 73 374 106 115 0 110 1 173 141 75
Binary 111011 11111100 1000110 1001101 0 1001000 1 1111011 1100001 111101

Color Harmonies of #3BFC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFC46

Black with #3BFC46

Text Example


Text Example

White with #3BFC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,252,70); }

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

background-color css

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

 a { background-color: rgb(59,252,70); }

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

border-color css

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

 span { border-color: rgb(59,252,70); }

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