Html Css Color HEX #3BF540 Lime Green

📋 copy color: '#3BF540'

red 59 ◦ green 245 ◦ blue 64

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

Shades of Lime Green #3BF540

Tints of Lime Green #3BF540

RGB

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

 GREEN value IS 245 (96.09% from 255) = 66.58%

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 16.03%
G = 66.58%
B = 17.39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#3BF540 (or 0x3BF540) is known color: Lime Green. HEX triplet: 3B, F5 and 40. RGB value is (59,245,64). Sum of RGB (Red+Green+Blue) = 59+245+64=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 245 (96.09% from 255 or 66.58% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF540 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF540 is #C40ABF. Grayscale: #A9A9A9. Windows color (decimal): -12847808 or 4257083. OLE color: 4257083.

HSL color Cylindrical-coordinate representation of color #3BF540: hue angle of 121.61º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF540 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 59 245 64 -
CMYK 0.76 0 0.74 0.04
HSL 121.61º 0.9% 0.6% -
HSV(B) 121.61º 0.76% 0.96% -
XYZ 35.38 66.6 15.84 -
YUV 168.75 68.88 49.72 -
System Red Green Blue C M Y K H S L
Decimal 59 245 64 0.76 0 0.74 0.04 121.61 0.9 0.6
Hex 3B F5 40 4C 0 4A 4 7A 5A 3C
Octal 73 365 100 114 0 112 4 172 132 74
Binary 111011 11110101 1000000 1001100 0 1001010 100 1111010 1011010 111100

Color Harmonies of #3BF540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF540

Black with #3BF540

Text Example


Text Example

White with #3BF540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,245,64); }

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

background-color css

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

 a { background-color: rgb(59,245,64); }

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

border-color css

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

 span { border-color: rgb(59,245,64); }

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