#3BD012

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

Shades of Kelly Green #3BD012

Tints of Kelly Green #3BD012

Color information

#3BD012 (or 0x3BD012) is unknown color: approx Kelly Green. HEX triplet: 3B, D0 and 12. RGB value is (59,208,18). Sum of RGB (Red+Green+Blue) = 59+208+18=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 208 (81.64% from 255 or 72.98% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD012 is #C42FED. Grayscale: #8E8E8E. Windows color (decimal): -12857326 or 1232955. OLE color: 1232955.

HSL color Cylindrical-coordinate representation of color #3BD012: hue angle of 107.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BD012 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB5920818-
CMYK0.7200.910.18
HSL107.05º84.07%44.31%-
HSV(B)107.05º91.35%81.57%-
XYZ24.4746.098.18-
YUV141.7958.1468.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 208 (81.64% from 255) = 72.98%
BLUE value IS 18 (7.42% from 255) = 6.32%
R=20.70%
G=72.98%
B=6.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59208180.7200.910.18107.0584.0744.31
Hex3BD0124805B126b542c
Octal733202211001332215312454
Binary11101111010000100101001000010110111001011010111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,208,18); }

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

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

 a { background-color: rgb(59,208,18); }

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

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

 span { border-color: rgb(59,208,18); }

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