#38D527

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

Shades of Lime Green #38D527

Tints of Lime Green #38D527

Color information

#38D527 (or 0x38D527) is unknown color: approx Lime Green. HEX triplet: 38, D5 and 27. RGB value is (56,213,39). Sum of RGB (Red+Green+Blue) = 56+213+39=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #38D527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D527 is #C72AD8. Grayscale: #929292. Windows color (decimal): -13052633 or 2610488. OLE color: 2610488.

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

Color convert

RGB5621339-
CMYK0.7400.820.16
HSL114.14º69.05%49.41%-
HSV(B)114.14º81.69%83.53%-
XYZ25.7948.589.94-
YUV146.2267.4963.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 213 (83.59% from 255) = 69.16%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=18.18%
G=69.16%
B=12.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56213390.7400.820.16114.1469.0549.41
Hex38D5274A05210724531
Octal703254711201222016210561
Binary111000110101011001111001010010100101000011100101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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