#3CE94A

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

Shades of Lime Green #3CE94A

Tints of Lime Green #3CE94A

Color information

#3CE94A (or 0x3CE94A) is unknown color: approx Lime Green. HEX triplet: 3C, E9 and 4A. RGB value is (60,233,74). Sum of RGB (Red+Green+Blue) = 60+233+74=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 233 (91.41% from 255 or 63.49% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE94A is #C316B5. Grayscale: #A3A3A3. Windows color (decimal): -12785334 or 4909372. OLE color: 4909372.

HSL color Cylindrical-coordinate representation of color #3CE94A: hue angle of 124.86º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE94A is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB6023374-
CMYK0.7400.680.09
HSL124.86º79.72%57.45%-
HSV(B)124.86º74.25%91.37%-
XYZ32.2459.7316.31-
YUV163.1577.6954.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.35%
GREEN value IS 233 (91.41% from 255) = 63.49%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=16.35%
G=63.49%
B=20.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal60233740.7400.680.09124.8679.7257.45
Hex3CE94A4A04497d5039
Octal7435111211201041117512071
Binary111100111010011001010100101001000100100111111011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,233,74); }

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

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

 a { background-color: rgb(60,233,74); }

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

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

 span { border-color: rgb(60,233,74); }

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