#38B835

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

Shades of Lime Green #38B835

Tints of Lime Green #38B835

Color information

#38B835 (or 0x38B835) is unknown color: approx Lime Green. HEX triplet: 38, B8 and 35. RGB value is (56,184,53). Sum of RGB (Red+Green+Blue) = 56+184+53=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 184 (72.27% from 255 or 62.80% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 184 - color contains mainly: green. Hex color #38B835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B835 is #C747CA. Grayscale: #838383. Windows color (decimal): -13060043 or 3520568. OLE color: 3520568.

HSL color Cylindrical-coordinate representation of color #38B835: hue angle of 118.63º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38B835 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB5618453-
CMYK0.7000.710.28
HSL118.63º55.27%46.47%-
HSV(B)118.63º71.2%72.16%-
XYZ19.4135.389.17-
YUV130.7984.0974.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 184 (72.27% from 255) = 62.80%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=19.11%
G=62.80%
B=18.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56184530.7000.710.28118.6355.2746.47
Hex38B835460471C77372e
Octal70270651060107341676756
Binary11100010111000110101100011001000111111001110111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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