#38D638

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

Shades of Lime Green #38D638

Tints of Lime Green #38D638

Color information

#38D638 (or 0x38D638) is unknown color: approx Lime Green. HEX triplet: 38, D6 and 38. RGB value is (56,214,56). Sum of RGB (Red+Green+Blue) = 56+214+56=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #38D638 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D638 is #C729C7. Grayscale: #959595. Windows color (decimal): -13052360 or 3724856. OLE color: 3724856.

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

Color convert

RGB5621456-
CMYK0.7400.740.16
HSL120º65.83%52.94%-
HSV(B)120º73.83%83.92%-
XYZ26.3949.2211.85-
YUV148.7575.6561.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 214 (83.98% from 255) = 65.64%
BLUE value IS 56 (22.27% from 255) = 17.18%
R=17.18%
G=65.64%
B=17.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56214560.7400.740.1612065.8352.94
Hex38D6384A04A10784235
Octal703267011201122017010265
Binary111000110101101110001001010010010101000011110001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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