#38E23B

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

Shades of Lime Green #38E23B

Tints of Lime Green #38E23B

Color information

#38E23B (or 0x38E23B) is unknown color: approx Lime Green. HEX triplet: 38, E2 and 3B. RGB value is (56,226,59). Sum of RGB (Red+Green+Blue) = 56+226+59=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 226 (88.67% from 255 or 66.28% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 226 - color contains mainly: green. Hex color #38E23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E23B is #C71DC4. Grayscale: #9C9C9C. Windows color (decimal): -13049285 or 3924536. OLE color: 3924536.

HSL color Cylindrical-coordinate representation of color #38E23B: hue angle of 121.06º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E23B is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB5622659-
CMYK0.7500.740.11
HSL121.06º74.56%55.29%-
HSV(B)121.06º75.22%88.63%-
XYZ29.6255.5513.3-
YUV156.1373.1856.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 226 (88.67% from 255) = 66.28%
BLUE value IS 59 (23.44% from 255) = 17.30%
R=16.42%
G=66.28%
B=17.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal56226590.7500.740.11121.0674.5655.29
Hex38E23B4B04AB794b37
Octal703427311301121317111367
Binary11100011100010111011100101101001010101111110011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,226,59); }

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

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

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

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

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

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

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