#3CBE4A

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

Shades of Lime Green #3CBE4A

Tints of Lime Green #3CBE4A

Color information

#3CBE4A (or 0x3CBE4A) is unknown color: approx Lime Green. HEX triplet: 3C, BE and 4A. RGB value is (60,190,74). Sum of RGB (Red+Green+Blue) = 60+190+74=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBE4A is #C341B5. Grayscale: #8A8A8A. Windows color (decimal): -12796342 or 4898364. OLE color: 4898364.

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

Color convert

RGB6019074-
CMYK0.6800.610.25
HSL126.46º52%49.02%-
HSV(B)126.46º68.42%74.51%-
XYZ21.5138.2812.73-
YUV137.9191.9372.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 190 (74.61% from 255) = 58.64%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=18.52%
G=58.64%
B=22.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60190740.6800.610.25126.465249.02
Hex3CBE4A4403D197e3431
Octal74276112104075311766461
Binary11110010111110100101010001000111101110011111110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,190,74); }

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

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

 a { background-color: rgb(60,190,74); }

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

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

 span { border-color: rgb(60,190,74); }

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