#38F635

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

Shades of Lime Green #38F635

Tints of Lime Green #38F635

Color information

#38F635 (or 0x38F635) is unknown color: approx Lime Green. HEX triplet: 38, F6 and 35. RGB value is (56,246,53). Sum of RGB (Red+Green+Blue) = 56+246+53=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 246 (96.48% from 255 or 69.30% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 246 - color contains mainly: green. Hex color #38F635 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F635 is #C709CA. Grayscale: #A7A7A7. Windows color (decimal): -13044171 or 3536440. OLE color: 3536440.

HSL color Cylindrical-coordinate representation of color #38F635: hue angle of 119.07º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F635 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB5624653-
CMYK0.7700.780.04
HSL119.07º91.47%58.63%-
HSV(B)119.07º78.46%96.47%-
XYZ35.2367.0114.45-
YUV167.1963.5548.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.77%
GREEN value IS 246 (96.48% from 255) = 69.30%
BLUE value IS 53 (21.09% from 255) = 14.93%
R=15.77%
G=69.30%
B=14.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal56246530.7700.780.04119.0791.4758.63
Hex38F6354D04E4775b3b
Octal70366651150116416713373
Binary1110001111011011010110011010100111010011101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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