#3BE74B

Color #3BE74B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3BE74B

Tints of Lime Green #3BE74B

Color information

#3BE74B (or 0x3BE74B) is unknown color: approx Lime Green. HEX triplet: 3B, E7 and 4B. RGB value is (59,231,75). Sum of RGB (Red+Green+Blue) = 59+231+75=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 231 (90.62% from 255 or 63.29% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BE74B is #C418B4. Grayscale: #A2A2A2. Windows color (decimal): -12851381 or 4974395. OLE color: 4974395.

HSL color Cylindrical-coordinate representation of color #3BE74B: hue angle of 125.58º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE74B is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB5923175-
CMYK0.7400.680.09
HSL125.58º78.18%56.86%-
HSV(B)125.58º74.46%90.59%-
XYZ31.6558.5916.3-
YUV161.7979.0254.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.16%
GREEN value IS 231 (90.62% from 255) = 63.29%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=16.16%
G=63.29%
B=20.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal59231750.7400.680.09125.5878.1856.86
Hex3BE74B4A04497e4e39
Octal7334711311201041117611671
Binary111011111001111001011100101001000100100111111101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,231,75); }

 H1.HeaderClassName
 {
   color: #3BE74B;
 }
 .AnyTagClassName
 {
   color: #3BE74B;
 }
</style>
background-color css

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

 a { background-color: rgb(59,231,75); }

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

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

 span { border-color: rgb(59,231,75); }

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