#38AB35

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

Shades of Lime Green #38AB35

Tints of Lime Green #38AB35

Color information

#38AB35 (or 0x38AB35) is unknown color: approx Lime Green. HEX triplet: 38, AB and 35. RGB value is (56,171,53). Sum of RGB (Red+Green+Blue) = 56+171+53=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB35 is #C754CA. Grayscale: #7B7B7B. Windows color (decimal): -13063371 or 3517240. OLE color: 3517240.

HSL color Cylindrical-coordinate representation of color #38AB35: hue angle of 118.47º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38AB35 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB5617153-
CMYK0.6700.690.33
HSL118.47º52.68%43.92%-
HSV(B)118.47º69.01%67.06%-
XYZ16.8430.228.31-
YUV123.1688.480.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 171 (67.19% from 255) = 61.07%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=20%
G=61.07%
B=18.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56171530.6700.690.33118.4752.6843.92
Hex38AB35430452176352c
Octal70253651030105411666554
Binary111000101010111101011000011010001011000011110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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