#38d626

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

Shades of Lime Green #38D626

Tints of Lime Green #38D626

Color information

#38D626 (or 0x38D626) is unknown color: approx Lime Green. HEX triplet: 38, D6 and 26. RGB value is (56,214,38). Sum of RGB (Red+Green+Blue) = 56+214+38=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 214 (83.98% from 255 or 69.48% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 214 - color contains mainly: green. Hex color #38D626 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D626 is #C729D9. Grayscale: #939393. Windows color (decimal): -13052378 or 2545208. OLE color: 2545208.

HSL color Cylindrical-coordinate representation of color #38D626: hue angle of 113.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38D626 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB5621438-
CMYK0.7400.820.16
HSL113.86º69.84%49.41%-
HSV(B)113.86º82.24%83.92%-
XYZ26.0349.079.93-
YUV146.6966.6563.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 214 (83.98% from 255) = 69.48%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=18.18%
G=69.48%
B=12.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56214380.7400.820.16113.8669.8449.41
Hex38D6264A05210724631
Octal703264611201222016210661
Binary111000110101101001101001010010100101000011100101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38d626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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