#3ABF1B

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

Shades of Kelly Green #3ABF1B

Tints of Kelly Green #3ABF1B

Color information

#3ABF1B (or 0x3ABF1B) is unknown color: approx Kelly Green. HEX triplet: 3A, BF and 1B. RGB value is (58,191,27). Sum of RGB (Red+Green+Blue) = 58+191+27=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF1B is #C540E4. Grayscale: #858585. Windows color (decimal): -12927205 or 1818426. OLE color: 1818426.

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

Color convert

RGB5819127-
CMYK0.7000.860.25
HSL108.66º75.23%42.75%-
HSV(B)108.66º85.86%74.9%-
XYZ20.5738.247.33-
YUV132.5468.4474.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.01%
GREEN value IS 191 (75% from 255) = 69.20%
BLUE value IS 27 (10.94% from 255) = 9.78%
R=21.01%
G=69.20%
B=9.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58191270.7000.860.25108.6675.2342.75
Hex3ABF1B46056196d4b2b
Octal722773310601263115511353
Binary11101010111111110111000110010101101100111011011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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