#38E53A

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

Shades of Lime Green #38E53A

Tints of Lime Green #38E53A

Color information

#38E53A (or 0x38E53A) is unknown color: approx Lime Green. HEX triplet: 38, E5 and 3A. RGB value is (56,229,58). Sum of RGB (Red+Green+Blue) = 56+229+58=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 229 (89.84% from 255 or 66.76% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 229 - color contains mainly: green. Hex color #38E53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E53A is #C71AC5. Grayscale: #9E9E9E. Windows color (decimal): -13048518 or 3859768. OLE color: 3859768.

HSL color Cylindrical-coordinate representation of color #38E53A: hue angle of 120.69º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E53A is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB5622958-
CMYK0.7600.750.10
HSL120.69º76.89%55.88%-
HSV(B)120.69º75.55%89.8%-
XYZ30.4157.1813.44-
YUV157.7871.6955.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 229 (89.84% from 255) = 66.76%
BLUE value IS 58 (23.05% from 255) = 16.91%
R=16.33%
G=66.76%
B=16.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal56229580.7600.750.10120.6976.8955.88
Hex38E53A4C04BA794d38
Octal703457211401131217111570
Binary11100011100101111010100110001001011101011110011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,229,58); }

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

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

 a { background-color: rgb(56,229,58); }

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

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

 span { border-color: rgb(56,229,58); }

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