#38DB40

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

Shades of Lime Green #38DB40

Tints of Lime Green #38DB40

Color information

#38DB40 (or 0x38DB40) is unknown color: approx Lime Green. HEX triplet: 38, DB and 40. RGB value is (56,219,64). Sum of RGB (Red+Green+Blue) = 56+219+64=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 219 (85.94% from 255 or 64.60% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DB40 is #C724BF. Grayscale: #999999. Windows color (decimal): -13051072 or 4250424. OLE color: 4250424.

HSL color Cylindrical-coordinate representation of color #38DB40: hue angle of 122.94º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DB40 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB5621964-
CMYK0.7400.710.14
HSL122.94º69.36%53.92%-
HSV(B)122.94º74.43%85.88%-
XYZ27.8951.8713.39-
YUV152.597859.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 219 (85.94% from 255) = 64.60%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=16.52%
G=64.60%
B=18.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal56219640.7400.710.14122.9469.3653.92
Hex38DB404A047E7b4536
Octal7033310011201071617310566
Binary111000110110111000000100101001000111111011110111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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