#38AF2E

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

Shades of Lime Green #38AF2E

Tints of Lime Green #38AF2E

Color information

#38AF2E (or 0x38AF2E) is unknown color: approx Lime Green. HEX triplet: 38, AF and 2E. RGB value is (56,175,46). Sum of RGB (Red+Green+Blue) = 56+175+46=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AF2E is #C750D1. Grayscale: #7D7D7D. Windows color (decimal): -13062354 or 3059512. OLE color: 3059512.

HSL color Cylindrical-coordinate representation of color #38AF2E: hue angle of 115.35º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38AF2E is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB5617546-
CMYK0.6800.740.31
HSL115.35º58.37%43.33%-
HSV(B)115.35º73.71%68.63%-
XYZ17.4531.77.78-
YUV124.7183.5878.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 175 (68.75% from 255) = 63.18%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=20.22%
G=63.18%
B=16.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175460.6800.740.31115.3558.3743.33
Hex38AF2E4404A1F733a2b
Octal70257561040112371637253
Binary11100010101111101110100010001001010111111110011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,46); }

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

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

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

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

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

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

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