#3CC829

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

Shades of Lime Green #3CC829

Tints of Lime Green #3CC829

Color information

#3CC829 (or 0x3CC829) is unknown color: approx Lime Green. HEX triplet: 3C, C8 and 29. RGB value is (60,200,41). Sum of RGB (Red+Green+Blue) = 60+200+41=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 200 (78.52% from 255 or 66.45% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC829 is #C337D6. Grayscale: #8C8C8C. Windows color (decimal): -12793815 or 2738236. OLE color: 2738236.

HSL color Cylindrical-coordinate representation of color #3CC829: hue angle of 112.83º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CC829 is Cyan = 0.7, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB6020041-
CMYK0.700.800.22
HSL112.83º65.98%47.25%-
HSV(B)112.83º79.5%78.43%-
XYZ22.9242.439.08-
YUV140.0172.1270.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.93%
GREEN value IS 200 (78.52% from 255) = 66.45%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=19.93%
G=66.45%
B=13.62%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60200410.700.800.22112.8365.9847.25
Hex3CC829460501671422f
Octal743105110601202616110257
Binary111100110010001010011000110010100001011011100011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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