#3CC44B

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

Shades of Lime Green #3CC44B

Tints of Lime Green #3CC44B

Color information

#3CC44B (or 0x3CC44B) is unknown color: approx Lime Green. HEX triplet: 3C, C4 and 4B. RGB value is (60,196,75). Sum of RGB (Red+Green+Blue) = 60+196+75=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC44B is #C33BB4. Grayscale: #8D8D8D. Windows color (decimal): -12794805 or 4965436. OLE color: 4965436.

HSL color Cylindrical-coordinate representation of color #3CC44B: hue angle of 126.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC44B is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB6019675-
CMYK0.6900.620.23
HSL126.62º53.54%50.2%-
HSV(B)126.62º69.39%76.86%-
XYZ22.8740.9513.35-
YUV141.5490.4469.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.13%
GREEN value IS 196 (76.95% from 255) = 59.21%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=18.13%
G=59.21%
B=22.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal60196750.6900.620.23126.6253.5450.2
Hex3CC44B4503E177f3632
Octal74304113105076271776662
Binary11110011000100100101110001010111110101111111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,196,75); }

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

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

 a { background-color: rgb(60,196,75); }

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

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

 span { border-color: rgb(60,196,75); }

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