#3CB238

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

Shades of Lime Green #3CB238

Tints of Lime Green #3CB238

Color information

#3CB238 (or 0x3CB238) is unknown color: approx Lime Green. HEX triplet: 3C, B2 and 38. RGB value is (60,178,56). Sum of RGB (Red+Green+Blue) = 60+178+56=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 178 (69.92% from 255 or 60.54% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB238 is #C34DC7. Grayscale: #818181. Windows color (decimal): -12799432 or 3715644. OLE color: 3715644.

HSL color Cylindrical-coordinate representation of color #3CB238: hue angle of 118.03º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CB238 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB6017856-
CMYK0.6600.690.30
HSL118.03º52.14%45.88%-
HSV(B)118.03º68.54%69.8%-
XYZ18.533.099.15-
YUV128.8186.9178.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 178 (69.92% from 255) = 60.54%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=20.41%
G=60.54%
B=19.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60178560.6600.690.30118.0352.1445.88
Hex3CB238420451E76342e
Octal74262701020105361666456
Binary11110010110010111000100001001000101111101110110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,178,56); }

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

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

 a { background-color: rgb(60,178,56); }

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

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

 span { border-color: rgb(60,178,56); }

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