#38BA35

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

Shades of Lime Green #38BA35

Tints of Lime Green #38BA35

Color information

#38BA35 (or 0x38BA35) is unknown color: approx Lime Green. HEX triplet: 38, BA and 35. RGB value is (56,186,53). Sum of RGB (Red+Green+Blue) = 56+186+53=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA35 is #C745CA. Grayscale: #848484. Windows color (decimal): -13059531 or 3521080. OLE color: 3521080.

HSL color Cylindrical-coordinate representation of color #38BA35: hue angle of 118.65º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38BA35 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB5618653-
CMYK0.7000.720.27
HSL118.65º55.65%46.86%-
HSV(B)118.65º71.51%72.94%-
XYZ19.8336.229.31-
YUV131.9783.4373.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 186 (73.05% from 255) = 63.05%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=18.98%
G=63.05%
B=17.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56186530.7000.720.27118.6555.6546.86
Hex38BA35460481B77382f
Octal70272651060110331677057
Binary11100010111010110101100011001001000110111110111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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