#38EB42

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

Shades of Lime Green #38EB42

Tints of Lime Green #38EB42

Color information

#38EB42 (or 0x38EB42) is unknown color: approx Lime Green. HEX triplet: 38, EB and 42. RGB value is (56,235,66). Sum of RGB (Red+Green+Blue) = 56+235+66=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 235 (92.19% from 255 or 65.83% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 235 - color contains mainly: green. Hex color #38EB42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EB42 is #C714BD. Grayscale: #A2A2A2. Windows color (decimal): -13046974 or 4385592. OLE color: 4385592.

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

Color convert

RGB5623566-
CMYK0.7600.720.08
HSL123.35º81.74%57.06%-
HSV(B)123.35º76.17%92.16%-
XYZ32.3260.6515.16-
YUV162.2173.752.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 235 (92.19% from 255) = 65.83%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=15.69%
G=65.83%
B=18.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal56235660.7600.720.08123.3581.7457.06
Hex38EB424C04887b5239
Octal7035310211401101017312271
Binary111000111010111000010100110001001000100011110111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,235,66); }

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

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

 a { background-color: rgb(56,235,66); }

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

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

 span { border-color: rgb(56,235,66); }

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