#3BC74E

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

Shades of Lime Green #3BC74E

Tints of Lime Green #3BC74E

Color information

#3BC74E (or 0x3BC74E) is unknown color: approx Lime Green. HEX triplet: 3B, C7 and 4E. RGB value is (59,199,78). Sum of RGB (Red+Green+Blue) = 59+199+78=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 199 (78.12% from 255 or 59.23% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC74E is #C438B1. Grayscale: #8F8F8F. Windows color (decimal): -12859570 or 5162811. OLE color: 5162811.

HSL color Cylindrical-coordinate representation of color #3BC74E: hue angle of 128.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC74E is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB5919978-
CMYK0.7000.610.22
HSL128.14º55.56%50.59%-
HSV(B)128.14º70.35%78.04%-
XYZ23.642.3314.13-
YUV143.3591.1267.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.56%
GREEN value IS 199 (78.12% from 255) = 59.23%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=17.56%
G=59.23%
B=23.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal59199780.7000.610.22128.1455.5650.59
Hex3BC74E4603D16803833
Octal73307116106075262007063
Binary111011110001111001110100011001111011011010000000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,199,78); }

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

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

 a { background-color: rgb(59,199,78); }

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

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

 span { border-color: rgb(59,199,78); }

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