#B2FF44

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

Shades of Green Yellow #B2FF44

Tints of Green Yellow #B2FF44

Color information

#B2FF44 (or 0xB2FF44) is unknown color: approx Green Yellow. HEX triplet: B2, FF and 44. RGB value is (178,255,68). Sum of RGB (Red+Green+Blue) = 178+255+68=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FF44 is #4D00BB. Grayscale: #D3D3D3. Windows color (decimal): -5046460 or 4521906. OLE color: 4521906.

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

Color convert

RGB17825568-
CMYK0.3000.730
HSL84.71º100%63.33%-
HSV(B)84.71º73.33%100%-
XYZ55.1681.418.27-
YUV210.6647.49104.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 255 (100% from 255) = 50.90%
BLUE value IS 68 (26.95% from 255) = 13.57%
R=35.53%
G=50.90%
B=13.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178255680.3000.73084.7110063.33
HexB2FF441E049055643f
Octal262377104360111012514477
Binary101100101111111110001001111001001001010101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FF44; }

 p { color: rgb(178,255,68); }

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

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

 a { background-color: rgb(178,255,68); }

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

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

 span { border-color: rgb(178,255,68); }

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