#38EC3B

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

Shades of Lime Green #38EC3B

Tints of Lime Green #38EC3B

Color information

#38EC3B (or 0x38EC3B) is unknown color: approx Lime Green. HEX triplet: 38, EC and 3B. RGB value is (56,236,59). Sum of RGB (Red+Green+Blue) = 56+236+59=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 236 (92.58% from 255 or 67.24% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EC3B is #C713C4. Grayscale: #A2A2A2. Windows color (decimal): -13046725 or 3927096. OLE color: 3927096.

HSL color Cylindrical-coordinate representation of color #38EC3B: hue angle of 121º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EC3B is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB5623659-
CMYK0.7600.750.07
HSL121º82.57%57.25%-
HSV(B)121º76.27%92.55%-
XYZ32.4261.1514.23-
YUV16269.8752.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 236 (92.58% from 255) = 67.24%
BLUE value IS 59 (23.44% from 255) = 16.81%
R=15.95%
G=67.24%
B=16.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal56236590.7600.750.0712182.5757.25
Hex38EC3B4C04B7795339
Octal70354731140113717112371
Binary1110001110110011101110011000100101111111110011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,236,59); }

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

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

 a { background-color: rgb(56,236,59); }

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

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

 span { border-color: rgb(56,236,59); }

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