#38C832

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

Shades of Lime Green #38C832

Tints of Lime Green #38C832

Color information

#38C832 (or 0x38C832) is unknown color: approx Lime Green. HEX triplet: 38, C8 and 32. RGB value is (56,200,50). Sum of RGB (Red+Green+Blue) = 56+200+50=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 200 (78.52% from 255 or 65.36% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 200 - color contains mainly: green. Hex color #38C832 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C832 is #C737CD. Grayscale: #8C8C8C. Windows color (decimal): -13055950 or 3328056. OLE color: 3328056.

HSL color Cylindrical-coordinate representation of color #38C832: hue angle of 117.6º 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 #38C832 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB5620050-
CMYK0.7200.750.22
HSL117.6º60%49.02%-
HSV(B)117.6º75%78.43%-
XYZ22.8642.389.99-
YUV139.8477.2968.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 200 (78.52% from 255) = 65.36%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=18.30%
G=65.36%
B=16.34%

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
Decimal56200500.7200.750.22117.66049.02
Hex38C8324804B16763c31
Octal70310621100113261667461
Binary11100011001000110010100100001001011101101110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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