Html Css Color HEX #3BF146 Lime Green

📋 copy color: '#3BF146'

red 59 ◦ green 241 ◦ blue 70

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

Shades of Lime Green #3BF146

Tints of Lime Green #3BF146

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.14%

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

R = 15.95%
G = 65.14%
B = 18.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#3BF146 (or 0x3BF146) is known color: Lime Green. HEX triplet: 3B, F1 and 46. RGB value is (59,241,70). Sum of RGB (Red+Green+Blue) = 59+241+70=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF146 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF146 is #C40EB9. Grayscale: #A7A7A7. Windows color (decimal): -12848826 or 4649275. OLE color: 4649275.

HSL color Cylindrical-coordinate representation of color #3BF146: hue angle of 123.63º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF146 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 241 70 -
CMYK 0.76 0 0.71 0.05
HSL 123.63º 0.87% 0.59% -
HSV(B) 123.63º 0.76% 0.95% -
XYZ 34.36 64.28 16.39 -
YUV 167.09 73.2 50.9 -
System Red Green Blue C M Y K H S L
Decimal 59 241 70 0.76 0 0.71 0.05 123.63 0.87 0.59
Hex 3B F1 46 4C 0 47 5 7C 57 3B
Octal 73 361 106 114 0 107 5 174 127 73
Binary 111011 11110001 1000110 1001100 0 1000111 101 1111100 1010111 111011

Color Harmonies of #3BF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF146

Black with #3BF146

Text Example


Text Example

White with #3BF146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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