#38D543

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

Shades of Lime Green #38D543

Tints of Lime Green #38D543

Color information

#38D543 (or 0x38D543) is unknown color: approx Lime Green. HEX triplet: 38, D5 and 43. RGB value is (56,213,67). Sum of RGB (Red+Green+Blue) = 56+213+67=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 213 (83.59% from 255 or 63.39% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 213 - color contains mainly: green. Hex color #38D543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D543 is #C72ABC. Grayscale: #959595. Windows color (decimal): -13052605 or 4445496. OLE color: 4445496.

HSL color Cylindrical-coordinate representation of color #38D543: hue angle of 124.2º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D543 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB5621367-
CMYK0.7400.690.16
HSL124.2º65.15%52.75%-
HSV(B)124.2º73.71%83.53%-
XYZ26.4448.8313.34-
YUV149.4181.4961.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 213 (83.59% from 255) = 63.39%
BLUE value IS 67 (26.56% from 255) = 19.94%
R=16.67%
G=63.39%
B=19.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56213670.7400.690.16124.265.1552.75
Hex38D5434A045107c4135
Octal7032510311201052017410165
Binary1110001101010110000111001010010001011000011111001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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