#3BD601

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

Shades of Kelly Green #3BD601

Tints of Kelly Green #3BD601

Color information

#3BD601 (or 0x3BD601) is unknown color: approx Kelly Green. HEX triplet: 3B, D6 and 01. RGB value is (59,214,1). Sum of RGB (Red+Green+Blue) = 59+214+1=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 214 (83.98% from 255 or 78.10% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD601 is #C429FE. Grayscale: #909090. Windows color (decimal): -12855807 or 120379. OLE color: 120379.

HSL color Cylindrical-coordinate representation of color #3BD601: hue angle of 103.66º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BD601 is Cyan = 0.72, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB592141-
CMYK0.7201.000.16
HSL103.66º99.07%42.16%-
HSV(B)103.66º99.53%83.92%-
XYZ25.8649.038.13-
YUV143.3747.6567.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.53%
GREEN value IS 214 (83.98% from 255) = 78.10%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=21.53%
G=78.10%
B=0.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal5921410.7201.000.16103.6699.0742.16
Hex3BD61480641068632a
Octal73326111001442015014352
Binary1110111101011011001000011001001000011010001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,214,1); }

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

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

 a { background-color: rgb(59,214,1); }

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

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

 span { border-color: rgb(59,214,1); }

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