Html Css Color HEX #B2F028 Green Yellow

📋 copy color: '#B2F028'

red 178 ◦ green 240 ◦ blue 40

#B2F028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #B2F028

Tints of Green Yellow #B2F028

RGB

 RED value IS 178 (69.92% from 255) = 38.86%

 GREEN value IS 240 (94.14% from 255) = 52.4%

 BLUE value IS 40 (16.02% from 255) = 8.73%

R = 38.86%
G = 52.4%
B = 8.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#B2F028 (or 0xB2F028) is known color: Green Yellow. HEX triplet: B2, F0 and 28. RGB value is (178,240,40). Sum of RGB (Red+Green+Blue) = 178+240+40=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F028 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F028 is #4D0FD7. Grayscale: #C7C7C7. Windows color (decimal): -5050328 or 2683058. OLE color: 2683058.

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

Color convert

RGB 178 240 40 -
CMYK 0.26 0 0.83 0.06
HSL 78.6º 0.87% 0.55% -
HSV(B) 78.6º 0.83% 0.94% -
XYZ 49.9 71.94 13.26 -
YUV 198.66 38.46 113.26 -
System Red Green Blue C M Y K H S L
Decimal 178 240 40 0.26 0 0.83 0.06 78.6 0.87 0.55
Hex B2 F0 28 1A 0 53 6 4F 57 37
Octal 262 360 50 32 0 123 6 117 127 67
Binary 10110010 11110000 101000 11010 0 1010011 110 1001111 1010111 110111

Color Harmonies of #B2F028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F028

Black with #B2F028

Text Example


Text Example

White with #B2F028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F028; }

 p { color: rgb(178,240,40); }

 H1.HeaderClassName
 {
   color: #B2F028;
 }
 .AnyTagClassName
 {
   color: #B2F028;
 }
</style>

background-color css

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

 a { background-color: rgb(178,240,40); }

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

border-color css

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

 span { border-color: rgb(178,240,40); }

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