#3BEF4B

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

Shades of Lime Green #3BEF4B

Tints of Lime Green #3BEF4B

Color information

#3BEF4B (or 0x3BEF4B) is unknown color: approx Lime Green. HEX triplet: 3B, EF and 4B. RGB value is (59,239,75). Sum of RGB (Red+Green+Blue) = 59+239+75=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 239 (93.75% from 255 or 64.08% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEF4B is #C410B4. Grayscale: #A6A6A6. Windows color (decimal): -12849333 or 4976443. OLE color: 4976443.

HSL color Cylindrical-coordinate representation of color #3BEF4B: hue angle of 125.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEF4B is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB5923975-
CMYK0.7500.690.06
HSL125.33º84.91%58.43%-
HSV(B)125.33º75.31%93.73%-
XYZ33.9463.1717.06-
YUV166.4876.3751.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.82%
GREEN value IS 239 (93.75% from 255) = 64.08%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=15.82%
G=64.08%
B=20.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal59239750.7500.690.06125.3384.9158.43
Hex3BEF4B4B04567d553a
Octal733571131130105617512572
Binary11101111101111100101110010110100010111011111011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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