#38EA35

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

Shades of Lime Green #38EA35

Tints of Lime Green #38EA35

Color information

#38EA35 (or 0x38EA35) is unknown color: approx Lime Green. HEX triplet: 38, EA and 35. RGB value is (56,234,53). Sum of RGB (Red+Green+Blue) = 56+234+53=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 234 (91.80% from 255 or 68.22% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 234 - color contains mainly: green. Hex color #38EA35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EA35 is #C715CA. Grayscale: #A0A0A0. Windows color (decimal): -13047243 or 3533368. OLE color: 3533368.

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

Color convert

RGB5623453-
CMYK0.7600.770.08
HSL119.01º81.17%56.27%-
HSV(B)119.01º77.35%91.76%-
XYZ31.759.9413.27-
YUV160.1467.5353.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 234 (91.80% from 255) = 68.22%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=16.33%
G=68.22%
B=15.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal56234530.7600.770.08119.0181.1756.27
Hex38EA354C04D8775138
Octal703526511401151016712170
Binary11100011101010110101100110001001101100011101111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,234,53); }

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

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

 a { background-color: rgb(56,234,53); }

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

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

 span { border-color: rgb(56,234,53); }

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