#38C632

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

Shades of Lime Green #38C632

Tints of Lime Green #38C632

Color information

#38C632 (or 0x38C632) is unknown color: approx Lime Green. HEX triplet: 38, C6 and 32. RGB value is (56,198,50). Sum of RGB (Red+Green+Blue) = 56+198+50=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 198 (77.73% from 255 or 65.13% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 198 - color contains mainly: green. Hex color #38C632 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C632 is #C739CD. Grayscale: #8B8B8B. Windows color (decimal): -13056462 or 3327544. OLE color: 3327544.

HSL color Cylindrical-coordinate representation of color #38C632: hue angle of 117.57º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38C632 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB5619850-
CMYK0.7200.750.22
HSL117.57º59.68%48.63%-
HSV(B)117.57º74.75%77.65%-
XYZ22.441.469.84-
YUV138.6777.9669.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 198 (77.73% from 255) = 65.13%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=18.42%
G=65.13%
B=16.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56198500.7200.750.22117.5759.6848.63
Hex38C6324804B16763c31
Octal70306621100113261667461
Binary11100011000110110010100100001001011101101110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,198,50); }

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

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

 a { background-color: rgb(56,198,50); }

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

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

 span { border-color: rgb(56,198,50); }

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