#3AFE39

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

Shades of Lime Green #3AFE39

Tints of Lime Green #3AFE39

Color information

#3AFE39 (or 0x3AFE39) is unknown color: approx Lime Green. HEX triplet: 3A, FE and 39. RGB value is (58,254,57). Sum of RGB (Red+Green+Blue) = 58+254+57=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 254 (99.61% from 255 or 68.83% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE39 is #C501C6. Grayscale: #ADADAD. Windows color (decimal): -12911047 or 3800634. OLE color: 3800634.

HSL color Cylindrical-coordinate representation of color #3AFE39: hue angle of 119.7º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AFE39 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.

Color convert

RGB5825457-
CMYK0.7700.780.00
HSL119.7º98.99%60.98%-
HSV(B)119.7º77.56%99.61%-
XYZ37.9372.0815.78-
YUV172.9462.5746.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.72%
GREEN value IS 254 (99.61% from 255) = 68.83%
BLUE value IS 57 (22.66% from 255) = 15.45%
R=15.72%
G=68.83%
B=15.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal58254570.7700.780.00119.798.9960.98
Hex3AFE394D04E078633d
Octal72376711150116017014375
Binary11101011111110111001100110101001110011110001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,254,57); }

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

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

 a { background-color: rgb(58,254,57); }

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

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

 span { border-color: rgb(58,254,57); }

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