#38C53E

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

Shades of Lime Green #38C53E

Tints of Lime Green #38C53E

Color information

#38C53E (or 0x38C53E) is unknown color: approx Lime Green. HEX triplet: 38, C5 and 3E. RGB value is (56,197,62). Sum of RGB (Red+Green+Blue) = 56+197+62=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #38C53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C53E is #C73AC1. Grayscale: #8B8B8B. Windows color (decimal): -13056706 or 4113720. OLE color: 4113720.

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

Color convert

RGB5619762-
CMYK0.7200.690.23
HSL122.55º55.73%49.61%-
HSV(B)122.55º71.57%77.25%-
XYZ22.4741.1211.31-
YUV139.4584.2968.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 197 (77.34% from 255) = 62.54%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=17.78%
G=62.54%
B=19.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56197620.7200.690.23122.5555.7349.61
Hex38C53E48045177b3832
Octal70305761100105271737062
Binary11100011000101111110100100001000101101111111011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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