#38D340

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

Shades of Lime Green #38D340

Tints of Lime Green #38D340

Color information

#38D340 (or 0x38D340) is unknown color: approx Lime Green. HEX triplet: 38, D3 and 40. RGB value is (56,211,64). Sum of RGB (Red+Green+Blue) = 56+211+64=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 211 (82.81% from 255 or 63.75% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 211 - color contains mainly: green. Hex color #38D340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D340 is #C72CBF. Grayscale: #949494. Windows color (decimal): -13053120 or 4248376. OLE color: 4248376.

HSL color Cylindrical-coordinate representation of color #38D340: hue angle of 123.1º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D340 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB5621164-
CMYK0.7300.700.17
HSL123.1º63.79%52.35%-
HSV(B)123.1º73.46%82.75%-
XYZ25.8547.812.71-
YUV147.980.6562.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 211 (82.81% from 255) = 63.75%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=16.92%
G=63.75%
B=19.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal56211640.7300.700.17123.163.7952.35
Hex38D34049046117b4034
Octal7032310011101062117310064
Binary1110001101001110000001001001010001101000111110111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,211,64); }

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

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

 a { background-color: rgb(56,211,64); }

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

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

 span { border-color: rgb(56,211,64); }

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