#3DBF29

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

Shades of Lime Green #3DBF29

Tints of Lime Green #3DBF29

Color information

#3DBF29 (or 0x3DBF29) is unknown color: approx Lime Green. HEX triplet: 3D, BF and 29. RGB value is (61,191,41). Sum of RGB (Red+Green+Blue) = 61+191+41=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF29 is #C240D6. Grayscale: #878787. Windows color (decimal): -12730583 or 2735933. OLE color: 2735933.

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

Color convert

RGB6119141-
CMYK0.6800.790.25
HSL112º64.66%45.49%-
HSV(B)112º78.53%74.9%-
XYZ20.9638.418.41-
YUV135.0374.9375.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.82%
GREEN value IS 191 (75% from 255) = 65.19%
BLUE value IS 41 (16.41% from 255) = 13.99%
R=20.82%
G=65.19%
B=13.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61191410.6800.790.2511264.6645.49
Hex3DBF294404F1970412d
Octal752775110401173116010155
Binary111101101111111010011000100010011111100111100001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,191,41); }

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

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

 a { background-color: rgb(61,191,41); }

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

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

 span { border-color: rgb(61,191,41); }

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