#3AD635

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

Shades of Lime Green #3AD635

Tints of Lime Green #3AD635

Color information

#3AD635 (or 0x3AD635) is unknown color: approx Lime Green. HEX triplet: 3A, D6 and 35. RGB value is (58,214,53). Sum of RGB (Red+Green+Blue) = 58+214+53=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD635 is #C529CA. Grayscale: #959595. Windows color (decimal): -12921291 or 3528250. OLE color: 3528250.

HSL color Cylindrical-coordinate representation of color #3AD635: hue angle of 118.14º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AD635 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB5821453-
CMYK0.7300.750.16
HSL118.14º66.26%52.35%-
HSV(B)118.14º75.23%83.92%-
XYZ26.4349.2511.48-
YUV14973.8263.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 214 (83.98% from 255) = 65.85%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=17.85%
G=65.85%
B=16.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal58214530.7300.750.16118.1466.2652.35
Hex3AD6354904B10764234
Octal723266511101132016610264
Binary111010110101101101011001001010010111000011101101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AD635; }

 p { color: rgb(58,214,53); }

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

<style>
 a { background-color: #3AD635; }

 a { background-color: rgb(58,214,53); }

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

<style>
 span { border-color: #3AD635; }

 span { border-color: rgb(58,214,53); }

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