#38C14E

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

Shades of Lime Green #38C14E

Tints of Lime Green #38C14E

Color information

#38C14E (or 0x38C14E) is unknown color: approx Lime Green. HEX triplet: 38, C1 and 4E. RGB value is (56,193,78). Sum of RGB (Red+Green+Blue) = 56+193+78=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #38C14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C14E is #C73EB1. Grayscale: #8B8B8B. Windows color (decimal): -13057714 or 5161272. OLE color: 5161272.

HSL color Cylindrical-coordinate representation of color #38C14E: hue angle of 129.64º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C14E is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB5619378-
CMYK0.7100.600.24
HSL129.64º55.02%48.82%-
HSV(B)129.64º70.98%75.69%-
XYZ22.0839.5313.67-
YUV138.9393.6168.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 193 (75.78% from 255) = 59.02%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=17.13%
G=59.02%
B=23.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal56193780.7100.600.24129.6455.0248.82
Hex38C14E4703C18823731
Octal70301116107074302026761
Binary111000110000011001110100011101111001100010000010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,193,78); }

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

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

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

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

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

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

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