#B4EF3C

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

Shades of Green Yellow #B4EF3C

Tints of Green Yellow #B4EF3C

Color information

#B4EF3C (or 0xB4EF3C) is unknown color: approx Green Yellow. HEX triplet: B4, EF and 3C. RGB value is (180,239,60). Sum of RGB (Red+Green+Blue) = 180+239+60=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4EF3C is #4B10C3. Grayscale: #C9C9C9. Windows color (decimal): -4919492 or 3993524. OLE color: 3993524.

HSL color Cylindrical-coordinate representation of color #B4EF3C: hue angle of 79.78º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4EF3C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB18023960-
CMYK0.2500.750.06
HSL79.78º84.83%58.63%-
HSV(B)79.78º74.9%93.73%-
XYZ50.571.7615.46-
YUV200.9548.45113.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 239 (93.75% from 255) = 49.90%
BLUE value IS 60 (23.83% from 255) = 12.53%
R=37.58%
G=49.90%
B=12.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180239600.2500.750.0679.7884.8358.63
HexB4EF3C1904B650553b
Octal26435774310113612012573
Binary1011010011101111111100110010100101111010100001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EF3C; }

 p { color: rgb(180,239,60); }

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

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

 a { background-color: rgb(180,239,60); }

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

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

 span { border-color: rgb(180,239,60); }

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