#B4F242

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

Shades of Green Yellow #B4F242

Tints of Green Yellow #B4F242

Color information

#B4F242 (or 0xB4F242) is unknown color: approx Green Yellow. HEX triplet: B4, F2 and 42. RGB value is (180,242,66). Sum of RGB (Red+Green+Blue) = 180+242+66=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F242 is #4B0DBD. Grayscale: #CCCCCC. Windows color (decimal): -4918718 or 4387508. OLE color: 4387508.

HSL color Cylindrical-coordinate representation of color #B4F242: hue angle of 81.14º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4F242 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB18024266-
CMYK0.2600.730.05
HSL81.14º87.13%60.39%-
HSV(B)81.14º72.73%94.9%-
XYZ51.5673.616.64-
YUV203.450.46111.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 242 (94.92% from 255) = 49.59%
BLUE value IS 66 (26.17% from 255) = 13.52%
R=36.89%
G=49.59%
B=13.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180242660.2600.730.0581.1487.1360.39
HexB4F2421A049551573c
Octal264362102320111512112774
Binary10110100111100101000010110100100100110110100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F242; }

 p { color: rgb(180,242,66); }

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

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

 a { background-color: rgb(180,242,66); }

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

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

 span { border-color: rgb(180,242,66); }

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