#3CBF45

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

Shades of Lime Green #3CBF45

Tints of Lime Green #3CBF45

Color information

#3CBF45 (or 0x3CBF45) is unknown color: approx Lime Green. HEX triplet: 3C, BF and 45. RGB value is (60,191,69). Sum of RGB (Red+Green+Blue) = 60+191+69=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBF45 is #C340BA. Grayscale: #8A8A8A. Windows color (decimal): -12796091 or 4570940. OLE color: 4570940.

HSL color Cylindrical-coordinate representation of color #3CBF45: hue angle of 124.12º 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 #3CBF45 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB6019169-
CMYK0.6900.640.25
HSL124.12º52.19%49.22%-
HSV(B)124.12º68.59%74.9%-
XYZ21.5738.6511.95-
YUV137.9289.172.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.75%
GREEN value IS 191 (75% from 255) = 59.69%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=18.75%
G=59.69%
B=21.56%

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
Decimal60191690.6900.640.25124.1252.1949.22
Hex3CBF4545040197c3431
Octal742771051050100311746461
Binary111100101111111000101100010101000000110011111100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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