#38B429

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

Shades of Lime Green #38B429

Tints of Lime Green #38B429

Color information

#38B429 (or 0x38B429) is unknown color: approx Lime Green. HEX triplet: 38, B4 and 29. RGB value is (56,180,41). Sum of RGB (Red+Green+Blue) = 56+180+41=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 180 (70.70% from 255 or 64.98% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 180 - color contains mainly: green. Hex color #38B429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B429 is #C74BD6. Grayscale: #7F7F7F. Windows color (decimal): -13061079 or 2733112. OLE color: 2733112.

HSL color Cylindrical-coordinate representation of color #38B429: hue angle of 113.53º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38B429 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB5618041-
CMYK0.6900.770.29
HSL113.53º62.9%43.33%-
HSV(B)113.53º77.22%70.59%-
XYZ18.3533.647.62-
YUV127.0879.4277.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 180 (70.70% from 255) = 64.98%
BLUE value IS 41 (16.41% from 255) = 14.80%
R=20.22%
G=64.98%
B=14.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56180410.6900.770.29113.5362.943.33
Hex38B4294504D1D723f2b
Octal70264511050115351627753
Binary11100010110100101001100010101001101111011110010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,180,41); }

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

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

 a { background-color: rgb(56,180,41); }

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

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

 span { border-color: rgb(56,180,41); }

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