#3cbc29

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

Shades of Lime Green #3CBC29

Tints of Lime Green #3CBC29

Color information

#3CBC29 (or 0x3CBC29) is unknown color: approx Lime Green. HEX triplet: 3C, BC and 29. RGB value is (60,188,41). Sum of RGB (Red+Green+Blue) = 60+188+41=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC29 is #C343D6. Grayscale: #858585. Windows color (decimal): -12796887 or 2735164. OLE color: 2735164.

HSL color Cylindrical-coordinate representation of color #3CBC29: hue angle of 112.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CBC29 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB6018841-
CMYK0.6800.780.26
HSL112.24º64.19%44.9%-
HSV(B)112.24º78.19%73.73%-
XYZ20.2537.098.19-
YUV132.9776.0975.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 188 (73.83% from 255) = 65.05%
BLUE value IS 41 (16.41% from 255) = 14.19%
R=20.76%
G=65.05%
B=14.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60188410.6800.780.26112.2464.1944.9
Hex3CBC294404E1A70402d
Octal742745110401163216010055
Binary111100101111001010011000100010011101101011100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cbc29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,188,41); }

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

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

 a { background-color: rgb(60,188,41); }

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

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

 span { border-color: rgb(60,188,41); }

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