#38E631

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

Shades of Lime Green #38E631

Tints of Lime Green #38E631

Color information

#38E631 (or 0x38E631) is unknown color: approx Lime Green. HEX triplet: 38, E6 and 31. RGB value is (56,230,49). Sum of RGB (Red+Green+Blue) = 56+230+49=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 230 (90.23% from 255 or 68.66% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 230 - color contains mainly: green. Hex color #38E631 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E631 is #C719CE. Grayscale: #9D9D9D. Windows color (decimal): -13048271 or 3270200. OLE color: 3270200.

HSL color Cylindrical-coordinate representation of color #38E631: hue angle of 117.68º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38E631 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB5623049-
CMYK0.7600.790.10
HSL117.68º78.35%54.71%-
HSV(B)117.68º78.7%90.2%-
XYZ30.4857.6612.43-
YUV157.3466.8555.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 230 (90.23% from 255) = 68.66%
BLUE value IS 49 (19.53% from 255) = 14.63%
R=16.72%
G=68.66%
B=14.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal56230490.7600.790.10117.6878.3554.71
Hex38E6314C04FA764e37
Octal703466111401171216611667
Binary11100011100110110001100110001001111101011101101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,230,49); }

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

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

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

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

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

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

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