#3CBD2D

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

Shades of Lime Green #3CBD2D

Tints of Lime Green #3CBD2D

Color information

#3CBD2D (or 0x3CBD2D) is unknown color: approx Lime Green. HEX triplet: 3C, BD and 2D. RGB value is (60,189,45). Sum of RGB (Red+Green+Blue) = 60+189+45=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBD2D is #C342D2. Grayscale: #868686. Windows color (decimal): -12796627 or 2997564. OLE color: 2997564.

HSL color Cylindrical-coordinate representation of color #3CBD2D: hue angle of 113.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBD2D is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB6018945-
CMYK0.6800.760.26
HSL113.75º61.54%45.88%-
HSV(B)113.75º76.19%74.12%-
XYZ20.5337.558.65-
YUV134.0177.7675.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 189 (74.22% from 255) = 64.29%
BLUE value IS 45 (17.97% from 255) = 15.31%
R=20.41%
G=64.29%
B=15.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60189450.6800.760.26113.7561.5445.88
Hex3CBD2D4404C1A723e2e
Octal74275551040114321627656
Binary11110010111101101101100010001001100110101110010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,189,45); }

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

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

 a { background-color: rgb(60,189,45); }

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

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

 span { border-color: rgb(60,189,45); }

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