#38CC28

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

Shades of Lime Green #38CC28

Tints of Lime Green #38CC28

Color information

#38CC28 (or 0x38CC28) is unknown color: approx Lime Green. HEX triplet: 38, CC and 28. RGB value is (56,204,40). Sum of RGB (Red+Green+Blue) = 56+204+40=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 204 (80.08% from 255 or 68% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CC28 is #C733D7. Grayscale: #8D8D8D. Windows color (decimal): -13054936 or 2673720. OLE color: 2673720.

HSL color Cylindrical-coordinate representation of color #38CC28: hue angle of 114.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38CC28 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB5620440-
CMYK0.7300.800.2
HSL114.15º67.21%47.84%-
HSV(B)114.15º80.39%80%-
XYZ23.6144.189.29-
YUV141.0570.9767.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 204 (80.08% from 255) = 68%
BLUE value IS 40 (16.02% from 255) = 13.33%
R=18.67%
G=68%
B=13.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal56204400.7300.800.2114.1567.2147.84
Hex38CC284905014724330
Octal703145011101202416210360
Binary111000110011001010001001001010100001010011100101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,204,40); }

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

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

 a { background-color: rgb(56,204,40); }

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

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

 span { border-color: rgb(56,204,40); }

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