#B2F12A

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

Shades of Green Yellow #B2F12A

Tints of Green Yellow #B2F12A

Color information

#B2F12A (or 0xB2F12A) is unknown color: approx Green Yellow. HEX triplet: B2, F1 and 2A. RGB value is (178,241,42). Sum of RGB (Red+Green+Blue) = 178+241+42=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F12A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F12A is #4D0ED5. Grayscale: #C8C8C8. Windows color (decimal): -5050070 or 2814386. OLE color: 2814386.

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

Color convert

RGB17824142-
CMYK0.2600.830.05
HSL78.99º87.67%55.49%-
HSV(B)78.99º82.57%94.51%-
XYZ50.2372.5413.55-
YUV199.4839.13112.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 241 (94.53% from 255) = 52.28%
BLUE value IS 42 (16.80% from 255) = 9.11%
R=38.61%
G=52.28%
B=9.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal178241420.2600.830.0578.9987.6755.49
HexB2F12A1A05354f5837
Octal26236152320123511713067
Binary1011001011110001101010110100101001110110011111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F12A; }

 p { color: rgb(178,241,42); }

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

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

 a { background-color: rgb(178,241,42); }

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

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

 span { border-color: rgb(178,241,42); }

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