#38B734

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

Shades of Lime Green #38B734

Tints of Lime Green #38B734

Color information

#38B734 (or 0x38B734) is unknown color: approx Lime Green. HEX triplet: 38, B7 and 34. RGB value is (56,183,52). Sum of RGB (Red+Green+Blue) = 56+183+52=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #38B734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B734 is #C748CB. Grayscale: #828282. Windows color (decimal): -13060300 or 3454776. OLE color: 3454776.

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

Color convert

RGB5618352-
CMYK0.6900.720.28
HSL118.17º55.74%46.08%-
HSV(B)118.17º71.58%71.76%-
XYZ19.1834.968.98-
YUV130.0983.9275.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 183 (71.88% from 255) = 62.89%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=19.24%
G=62.89%
B=17.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56183520.6900.720.28118.1755.7446.08
Hex38B734450481C76382e
Octal70267641050110341667056
Binary11100010110111110100100010101001000111001110110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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