#38F835

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

Shades of Lime Green #38F835

Tints of Lime Green #38F835

Color information

#38F835 (or 0x38F835) is unknown color: approx Lime Green. HEX triplet: 38, F8 and 35. RGB value is (56,248,53). Sum of RGB (Red+Green+Blue) = 56+248+53=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 248 (97.27% from 255 or 69.47% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 248 - color contains mainly: green. Hex color #38F835 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F835 is #C707CA. Grayscale: #A8A8A8. Windows color (decimal): -13043659 or 3536952. OLE color: 3536952.

HSL color Cylindrical-coordinate representation of color #38F835: hue angle of 119.08º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38F835 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB5624853-
CMYK0.7700.790.03
HSL119.08º93.3%59.02%-
HSV(B)119.08º78.63%97.25%-
XYZ35.8468.2314.65-
YUV168.3662.8947.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 248 (97.27% from 255) = 69.47%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=15.69%
G=69.47%
B=14.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal56248530.7700.790.03119.0893.359.02
Hex38F8354D04F3775d3b
Octal70370651150117316713573
Binary111000111110001101011001101010011111111101111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,248,53); }

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

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

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

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

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

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

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