#B3FF1F

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

Shades of Green Yellow #B3FF1F

Tints of Green Yellow #B3FF1F

Color information

#B3FF1F (or 0xB3FF1F) is unknown color: approx Green Yellow. HEX triplet: B3, FF and 1F. RGB value is (179,255,31). Sum of RGB (Red+Green+Blue) = 179+255+31=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3FF1F is #4C00E0. Grayscale: #CFCFCF. Windows color (decimal): -4980961 or 2097075. OLE color: 2097075.

HSL color Cylindrical-coordinate representation of color #B3FF1F: hue angle of 80.36º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3FF1F is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB17925531-
CMYK0.3000.880
HSL80.36º100%56.08%-
HSV(B)80.36º87.84%100%-
XYZ54.681.214.09-
YUV206.7428.82108.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 255 (100% from 255) = 54.84%
BLUE value IS 31 (12.5% from 255) = 6.67%
R=38.49%
G=54.84%
B=6.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179255310.3000.88080.3610056.08
HexB3FF1F1E0580506438
Octal26337737360130012014470
Binary1011001111111111111111111001011000010100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FF1F; }

 p { color: rgb(179,255,31); }

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

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

 a { background-color: rgb(179,255,31); }

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

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

 span { border-color: rgb(179,255,31); }

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