#38AD34

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

Shades of Lime Green #38AD34

Tints of Lime Green #38AD34

Color information

#38AD34 (or 0x38AD34) is unknown color: approx Lime Green. HEX triplet: 38, AD and 34. RGB value is (56,173,52). Sum of RGB (Red+Green+Blue) = 56+173+52=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AD34 is #C752CB. Grayscale: #7C7C7C. Windows color (decimal): -13062860 or 3452216. OLE color: 3452216.

HSL color Cylindrical-coordinate representation of color #38AD34: hue angle of 118.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38AD34 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB5617352-
CMYK0.6800.700.32
HSL118.02º53.78%44.12%-
HSV(B)118.02º69.94%67.84%-
XYZ17.1930.988.32-
YUV124.2287.2479.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 173 (67.97% from 255) = 61.57%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=19.93%
G=61.57%
B=18.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56173520.6800.700.32118.0253.7844.12
Hex38AD34440462076362c
Octal70255641040106401666654
Binary111000101011011101001000100010001101000001110110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,173,52); }

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

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

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

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

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

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

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