#38EB43

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

Shades of Lime Green #38EB43

Tints of Lime Green #38EB43

Color information

#38EB43 (or 0x38EB43) is unknown color: approx Lime Green. HEX triplet: 38, EB and 43. RGB value is (56,235,67). Sum of RGB (Red+Green+Blue) = 56+235+67=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 235 (92.19% from 255 or 65.64% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 235 - color contains mainly: green. Hex color #38EB43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EB43 is #C714BC. Grayscale: #A2A2A2. Windows color (decimal): -13046973 or 4451128. OLE color: 4451128.

HSL color Cylindrical-coordinate representation of color #38EB43: hue angle of 123.69º 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 #38EB43 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB5623567-
CMYK0.7600.710.08
HSL123.69º81.74%57.06%-
HSV(B)123.69º76.17%92.16%-
XYZ32.3560.6615.31-
YUV162.3374.252.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.64%
GREEN value IS 235 (92.19% from 255) = 65.64%
BLUE value IS 67 (26.56% from 255) = 18.72%
R=15.64%
G=65.64%
B=18.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal56235670.7600.710.08123.6981.7457.06
Hex38EB434C04787c5239
Octal7035310311401071017412271
Binary111000111010111000011100110001000111100011111001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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