#3CC929

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

Shades of Lime Green #3CC929

Tints of Lime Green #3CC929

Color information

#3CC929 (or 0x3CC929) is unknown color: approx Lime Green. HEX triplet: 3C, C9 and 29. RGB value is (60,201,41). Sum of RGB (Red+Green+Blue) = 60+201+41=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 201 (78.91% from 255 or 66.56% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC929 is #C336D6. Grayscale: #8D8D8D. Windows color (decimal): -12793559 or 2738492. OLE color: 2738492.

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

Color convert

RGB6020141-
CMYK0.7000.800.21
HSL112.88º66.12%47.45%-
HSV(B)112.88º79.6%78.82%-
XYZ23.1542.899.16-
YUV140.671.7970.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.87%
GREEN value IS 201 (78.91% from 255) = 66.56%
BLUE value IS 41 (16.41% from 255) = 13.58%
R=19.87%
G=66.56%
B=13.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60201410.7000.800.21112.8866.1247.45
Hex3CC929460501571422f
Octal743115110601202516110257
Binary111100110010011010011000110010100001010111100011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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