#38C34D

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

Shades of Lime Green #38C34D

Tints of Lime Green #38C34D

Color information

#38C34D (or 0x38C34D) is unknown color: approx Lime Green. HEX triplet: 38, C3 and 4D. RGB value is (56,195,77). Sum of RGB (Red+Green+Blue) = 56+195+77=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #38C34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C34D is #C73CB2. Grayscale: #8C8C8C. Windows color (decimal): -13057203 or 5096248. OLE color: 5096248.

HSL color Cylindrical-coordinate representation of color #38C34D: hue angle of 129.06º 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 #38C34D is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB5619577-
CMYK0.7100.610.24
HSL129.06º55.38%49.22%-
HSV(B)129.06º71.28%76.47%-
XYZ22.4940.4113.64-
YUV139.9992.4568.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 195 (76.56% from 255) = 59.45%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=17.07%
G=59.45%
B=23.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal56195770.7100.610.24129.0655.3849.22
Hex38C34D4703D18813731
Octal70303115107075302016761
Binary111000110000111001101100011101111011100010000001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,195,77); }

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

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

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

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

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

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

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