#3BBA05

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

Shades of Kelly Green #3BBA05

Tints of Kelly Green #3BBA05

Color information

#3BBA05 (or 0x3BBA05) is unknown color: approx Kelly Green. HEX triplet: 3B, BA and 05. RGB value is (59,186,5). Sum of RGB (Red+Green+Blue) = 59+186+5=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #3BBA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BBA05 is #C445FA. Grayscale: #7F7F7F. Windows color (decimal): -12862971 or 375355. OLE color: 375355.

HSL color Cylindrical-coordinate representation of color #3BBA05: hue angle of 102.1º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3BBA05 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB591865-
CMYK0.6800.970.27
HSL102.1º94.76%37.45%-
HSV(B)102.1º97.31%72.94%-
XYZ19.3936.066.08-
YUV127.3958.9279.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 186 (73.05% from 255) = 74.4%
BLUE value IS 5 (2.34% from 255) = 2%
R=23.6%
G=74.4%
B=2%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5918650.6800.970.27102.194.7637.45
Hex3BBA5440611B665f25
Octal73272510401413314613745
Binary111011101110101011000100011000011101111001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,186,5); }

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

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

 a { background-color: rgb(59,186,5); }

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

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

 span { border-color: rgb(59,186,5); }

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