#3ABF0B

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

Shades of Kelly Green #3ABF0B

Tints of Kelly Green #3ABF0B

Color information

#3ABF0B (or 0x3ABF0B) is unknown color: approx Kelly Green. HEX triplet: 3A, BF and 0B. RGB value is (58,191,11). Sum of RGB (Red+Green+Blue) = 58+191+11=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 191 (75% from 255 or 73.46% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABF0B is #C540F4. Grayscale: #838383. Windows color (decimal): -12927221 or 769850. OLE color: 769850.

HSL color Cylindrical-coordinate representation of color #3ABF0B: hue angle of 104.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3ABF0B is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB5819111-
CMYK0.7000.940.25
HSL104.33º89.11%39.61%-
HSV(B)104.33º94.24%74.9%-
XYZ20.4438.196.61-
YUV130.7160.4476.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.31%
GREEN value IS 191 (75% from 255) = 73.46%
BLUE value IS 11 (4.69% from 255) = 4.23%
R=22.31%
G=73.46%
B=4.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58191110.7000.940.25104.3389.1139.61
Hex3ABFB4605E19685928
Octal722771310601363115013150
Binary1110101011111110111000110010111101100111010001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,191,11); }

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

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

 a { background-color: rgb(58,191,11); }

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

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

 span { border-color: rgb(58,191,11); }

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