#38C538

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

Shades of Lime Green #38C538

Tints of Lime Green #38C538

Color information

#38C538 (or 0x38C538) is unknown color: approx Lime Green. HEX triplet: 38, C5 and 38. RGB value is (56,197,56). Sum of RGB (Red+Green+Blue) = 56+197+56=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 197 (77.34% from 255 or 63.75% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 197 - color contains mainly: green. Hex color #38C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C538 is #C73AC7. Grayscale: #8B8B8B. Windows color (decimal): -13056712 or 3720504. OLE color: 3720504.

HSL color Cylindrical-coordinate representation of color #38C538: hue angle of 120º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C538 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB5619756-
CMYK0.7200.720.23
HSL120º55.73%49.61%-
HSV(B)120º71.57%77.25%-
XYZ22.3141.0610.49-
YUV138.7781.2968.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 197 (77.34% from 255) = 63.75%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=18.12%
G=63.75%
B=18.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56197560.7200.720.2312055.7349.61
Hex38C5384804817783832
Octal70305701100110271707062
Binary11100011000101111000100100001001000101111111000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,197,56); }

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

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

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

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

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

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

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