#3CB92E

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

Shades of Lime Green #3CB92E

Tints of Lime Green #3CB92E

Color information

#3CB92E (or 0x3CB92E) is unknown color: approx Lime Green. HEX triplet: 3C, B9 and 2E. RGB value is (60,185,46). Sum of RGB (Red+Green+Blue) = 60+185+46=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB92E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB92E is #C346D1. Grayscale: #848484. Windows color (decimal): -12797650 or 3062076. OLE color: 3062076.

HSL color Cylindrical-coordinate representation of color #3CB92E: hue angle of 113.96º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB92E is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB6018546-
CMYK0.6800.750.27
HSL113.96º60.17%45.29%-
HSV(B)113.96º75.14%72.55%-
XYZ19.7135.868.47-
YUV131.7879.5976.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.62%
GREEN value IS 185 (72.66% from 255) = 63.57%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=20.62%
G=63.57%
B=15.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60185460.6800.750.27113.9660.1745.29
Hex3CB92E4404B1B723c2d
Octal74271561040113331627455
Binary11110010111001101110100010001001011110111110010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,185,46); }

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

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

 a { background-color: rgb(60,185,46); }

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

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

 span { border-color: rgb(60,185,46); }

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