#38AF35

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

Shades of Lime Green #38AF35

Tints of Lime Green #38AF35

Color information

#38AF35 (or 0x38AF35) is unknown color: approx Lime Green. HEX triplet: 38, AF and 35. RGB value is (56,175,53). Sum of RGB (Red+Green+Blue) = 56+175+53=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AF35 is #C750CA. Grayscale: #7D7D7D. Windows color (decimal): -13062347 or 3518264. OLE color: 3518264.

HSL color Cylindrical-coordinate representation of color #38AF35: hue angle of 118.52º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38AF35 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB5617553-
CMYK0.6800.700.31
HSL118.52º53.51%44.71%-
HSV(B)118.52º69.71%68.63%-
XYZ17.631.768.57-
YUV125.5187.0878.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 175 (68.75% from 255) = 61.62%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=19.72%
G=61.62%
B=18.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175530.6800.700.31118.5253.5144.71
Hex38AF35440461F77362d
Octal70257651040106371676655
Binary11100010101111110101100010001000110111111110111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,53); }

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

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

 a { background-color: rgb(56,175,53); }

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

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

 span { border-color: rgb(56,175,53); }

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