#3ACF4E

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

Shades of Lime Green #3ACF4E

Tints of Lime Green #3ACF4E

Color information

#3ACF4E (or 0x3ACF4E) is unknown color: approx Lime Green. HEX triplet: 3A, CF and 4E. RGB value is (58,207,78). Sum of RGB (Red+Green+Blue) = 58+207+78=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACF4E is #C530B1. Grayscale: #949494. Windows color (decimal): -12923058 or 5164858. OLE color: 5164858.

HSL color Cylindrical-coordinate representation of color #3ACF4E: hue angle of 128.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACF4E is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB5820778-
CMYK0.7200.620.19
HSL128.05º60.82%51.96%-
HSV(B)128.05º71.98%81.18%-
XYZ25.4346.0814.76-
YUV147.7488.6463.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.91%
GREEN value IS 207 (81.25% from 255) = 60.35%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=16.91%
G=60.35%
B=22.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal58207780.7200.620.19128.0560.8251.96
Hex3ACF4E4803E13803d34
Octal72317116110076232007564
Binary111010110011111001110100100001111101001110000000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,207,78); }

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

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

 a { background-color: rgb(58,207,78); }

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

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

 span { border-color: rgb(58,207,78); }

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