#3EEF38

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

Shades of Lime Green #3EEF38

Tints of Lime Green #3EEF38

Color information

#3EEF38 (or 0x3EEF38) is unknown color: approx Lime Green. HEX triplet: 3E, EF and 38. RGB value is (62,239,56). Sum of RGB (Red+Green+Blue) = 62+239+56=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 239 (93.75% from 255 or 66.95% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEF38 is #C110C7. Grayscale: #A5A5A5. Windows color (decimal): -12652744 or 3731262. OLE color: 3731262.

HSL color Cylindrical-coordinate representation of color #3EEF38: hue angle of 118.03º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EEF38 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB6223956-
CMYK0.7400.770.06
HSL118.03º85.12%57.84%-
HSV(B)118.03º76.57%93.73%-
XYZ33.5763.0414.14-
YUV165.2166.3654.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.37%
GREEN value IS 239 (93.75% from 255) = 66.95%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=17.37%
G=66.95%
B=15.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal62239560.7400.770.06118.0385.1257.84
Hex3EEF384A04D676553a
Octal76357701120115616612572
Binary1111101110111111100010010100100110111011101101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EEF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,239,56); }

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

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

 a { background-color: rgb(62,239,56); }

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

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

 span { border-color: rgb(62,239,56); }

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