#38CC26

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

Shades of Lime Green #38CC26

Tints of Lime Green #38CC26

Color information

#38CC26 (or 0x38CC26) is unknown color: approx Lime Green. HEX triplet: 38, CC and 26. RGB value is (56,204,38). Sum of RGB (Red+Green+Blue) = 56+204+38=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 204 (80.08% from 255 or 68.46% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CC26 is #C733D9. Grayscale: #8D8D8D. Windows color (decimal): -13054938 or 2542648. OLE color: 2542648.

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

Color convert

RGB5620438-
CMYK0.7300.810.2
HSL113.49º68.6%47.45%-
HSV(B)113.49º81.37%80%-
XYZ23.5744.179.12-
YUV140.8269.9767.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 204 (80.08% from 255) = 68.46%
BLUE value IS 38 (15.23% from 255) = 12.75%
R=18.79%
G=68.46%
B=12.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal56204380.7300.810.2113.4968.647.45
Hex38CC26490511471452f
Octal703144611101212416110557
Binary111000110011001001101001001010100011010011100011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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