#38E94E

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

Shades of Lime Green #38E94E

Tints of Lime Green #38E94E

Color information

#38E94E (or 0x38E94E) is unknown color: approx Lime Green. HEX triplet: 38, E9 and 4E. RGB value is (56,233,78). Sum of RGB (Red+Green+Blue) = 56+233+78=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 233 (91.41% from 255 or 63.49% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 233 - color contains mainly: green. Hex color #38E94E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E94E is #C716B1. Grayscale: #A2A2A2. Windows color (decimal): -13047474 or 5171512. OLE color: 5171512.

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

Color convert

RGB5623378-
CMYK0.7600.670.09
HSL127.46º80.09%56.67%-
HSV(B)127.46º75.97%91.37%-
XYZ32.1459.6717.03-
YUV162.4180.3652.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 233 (91.41% from 255) = 63.49%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=15.26%
G=63.49%
B=21.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal56233780.7600.670.09127.4680.0956.67
Hex38E94E4C04397f5039
Octal7035111611401031117712071
Binary111000111010011001110100110001000011100111111111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38E94E; }

 p { color: rgb(56,233,78); }

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

<style>
 a { background-color: #38E94E; }

 a { background-color: rgb(56,233,78); }

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

<style>
 span { border-color: #38E94E; }

 span { border-color: rgb(56,233,78); }

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