#38C035

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

Shades of Lime Green #38C035

Tints of Lime Green #38C035

Color information

#38C035 (or 0x38C035) is unknown color: approx Lime Green. HEX triplet: 38, C0 and 35. RGB value is (56,192,53). Sum of RGB (Red+Green+Blue) = 56+192+53=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #38C035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C035 is #C73FCA. Grayscale: #878787. Windows color (decimal): -13057995 or 3522616. OLE color: 3522616.

HSL color Cylindrical-coordinate representation of color #38C035: hue angle of 118.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C035 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB5619253-
CMYK0.7100.720.25
HSL118.71º56.73%48.04%-
HSV(B)118.71º72.4%75.29%-
XYZ21.1238.89.74-
YUV135.4981.4471.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 192 (75.39% from 255) = 63.79%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=18.60%
G=63.79%
B=17.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56192530.7100.720.25118.7156.7348.04
Hex38C0354704819773930
Octal70300651070110311677160
Binary11100011000000110101100011101001000110011110111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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