#3CB02E

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

Shades of Lime Green #3CB02E

Tints of Lime Green #3CB02E

Color information

#3CB02E (or 0x3CB02E) is unknown color: approx Lime Green. HEX triplet: 3C, B0 and 2E. RGB value is (60,176,46). Sum of RGB (Red+Green+Blue) = 60+176+46=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB02E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB02E is #C34FD1. Grayscale: #7E7E7E. Windows color (decimal): -12799954 or 3059772. OLE color: 3059772.

HSL color Cylindrical-coordinate representation of color #3CB02E: hue angle of 113.54º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CB02E is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB6017646-
CMYK0.6600.740.31
HSL113.54º58.56%43.53%-
HSV(B)113.54º73.86%69.02%-
XYZ17.8832.217.86-
YUV126.582.5780.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 176 (69.14% from 255) = 62.41%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=21.28%
G=62.41%
B=16.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60176460.6600.740.31113.5458.5643.53
Hex3CB02E4204A1F723b2c
Octal74260561020112371627354
Binary11110010110000101110100001001001010111111110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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