#38D528

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

Shades of Lime Green #38D528

Tints of Lime Green #38D528

Color information

#38D528 (or 0x38D528) is unknown color: approx Lime Green. HEX triplet: 38, D5 and 28. RGB value is (56,213,40). Sum of RGB (Red+Green+Blue) = 56+213+40=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 213 (83.59% from 255 or 68.93% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 213 - color contains mainly: green. Hex color #38D528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D528 is #C72AD7. Grayscale: #929292. Windows color (decimal): -13052632 or 2676024. OLE color: 2676024.

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

Color convert

RGB5621340-
CMYK0.7400.810.16
HSL114.45º68.38%49.61%-
HSV(B)114.45º81.22%83.53%-
XYZ25.8148.5810.02-
YUV146.3367.9963.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 213 (83.59% from 255) = 68.93%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=18.12%
G=68.93%
B=12.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56213400.7400.810.16114.4568.3849.61
Hex38D5284A05110724432
Octal703255011201212016210462
Binary111000110101011010001001010010100011000011100101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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