#3DBA00

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

Shades of Kelly Green #3DBA00

Tints of Kelly Green #3DBA00

Color information

#3DBA00 (or 0x3DBA00) is unknown color: approx Kelly Green. HEX triplet: 3D, BA and 00. RGB value is (61,186,0). Sum of RGB (Red+Green+Blue) = 61+186+0=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 186 (73.05% from 255 or 75.30% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBA00 is #C245FF. Grayscale: #808080. Windows color (decimal): -12731904 or 47677. OLE color: 47677.

HSL color Cylindrical-coordinate representation of color #3DBA00: hue angle of 100.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DBA00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB611860-
CMYK0.67010.27
HSL100.32º100%36.47%-
HSV(B)100.32º100%72.94%-
XYZ19.4836.115.94-
YUV127.4256.0980.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.70%
GREEN value IS 186 (73.05% from 255) = 75.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.70%
G=75.30%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6118600.67010.27100.3210036.47
Hex3DBA0430641B646424
Octal75272010301443314414444
Binary1111011011101001000011011001001101111001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,186,0); }

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

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

 a { background-color: rgb(61,186,0); }

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

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

 span { border-color: rgb(61,186,0); }

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