#3CBF44

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

Shades of Lime Green #3CBF44

Tints of Lime Green #3CBF44

Color information

#3CBF44 (or 0x3CBF44) is unknown color: approx Lime Green. HEX triplet: 3C, BF and 44. RGB value is (60,191,68). Sum of RGB (Red+Green+Blue) = 60+191+68=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBF44 is #C340BB. Grayscale: #8A8A8A. Windows color (decimal): -12796092 or 4505404. OLE color: 4505404.

HSL color Cylindrical-coordinate representation of color #3CBF44: hue angle of 123.66º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBF44 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB6019168-
CMYK0.6900.640.25
HSL123.66º52.19%49.22%-
HSV(B)123.66º68.59%74.9%-
XYZ21.5438.6411.79-
YUV137.8188.672.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 191 (75% from 255) = 59.87%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=18.81%
G=59.87%
B=21.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60191680.6900.640.25123.6652.1949.22
Hex3CBF4445040197c3431
Octal742771041050100311746461
Binary111100101111111000100100010101000000110011111100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,191,68); }

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

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

 a { background-color: rgb(60,191,68); }

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

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

 span { border-color: rgb(60,191,68); }

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