#3DBE2A

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

Shades of Lime Green #3DBE2A

Tints of Lime Green #3DBE2A

Color information

#3DBE2A (or 0x3DBE2A) is unknown color: approx Lime Green. HEX triplet: 3D, BE and 2A. RGB value is (61,190,42). Sum of RGB (Red+Green+Blue) = 61+190+42=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 190 (74.61% from 255 or 64.85% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBE2A is #C241D5. Grayscale: #878787. Windows color (decimal): -12730838 or 2801213. OLE color: 2801213.

HSL color Cylindrical-coordinate representation of color #3DBE2A: hue angle of 112.3º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DBE2A is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB6119042-
CMYK0.6800.780.25
HSL112.3º63.79%45.49%-
HSV(B)112.3º77.89%74.51%-
XYZ20.7637.998.43-
YUV134.5675.7675.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.82%
GREEN value IS 190 (74.61% from 255) = 64.85%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=20.82%
G=64.85%
B=14.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61190420.6800.780.25112.363.7945.49
Hex3DBE2A4404E1970402d
Octal752765210401163116010055
Binary111101101111101010101000100010011101100111100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,190,42); }

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

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

 a { background-color: rgb(61,190,42); }

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

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

 span { border-color: rgb(61,190,42); }

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