#3bc74c

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

Shades of Lime Green #3BC74C

Tints of Lime Green #3BC74C

Color information

#3BC74C (or 0x3BC74C) is unknown color: approx Lime Green. HEX triplet: 3B, C7 and 4C. RGB value is (59,199,76). Sum of RGB (Red+Green+Blue) = 59+199+76=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 199 (78.12% from 255 or 59.58% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC74C is #C438B3. Grayscale: #8F8F8F. Windows color (decimal): -12859572 or 5031739. OLE color: 5031739.

HSL color Cylindrical-coordinate representation of color #3BC74C: hue angle of 127.29º 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 #3BC74C is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB5919976-
CMYK0.7000.620.22
HSL127.29º55.56%50.59%-
HSV(B)127.29º70.35%78.04%-
XYZ23.5342.313.76-
YUV143.1290.1268-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.66%
GREEN value IS 199 (78.12% from 255) = 59.58%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=17.66%
G=59.58%
B=22.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal59199760.7000.620.22127.2955.5650.59
Hex3BC74C4603E167f3833
Octal73307114106076261777063
Binary11101111000111100110010001100111110101101111111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bc74c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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