#B4FF3D

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

Shades of Green Yellow #B4FF3D

Tints of Green Yellow #B4FF3D

Color information

#B4FF3D (or 0xB4FF3D) is unknown color: approx Green Yellow. HEX triplet: B4, FF and 3D. RGB value is (180,255,61). Sum of RGB (Red+Green+Blue) = 180+255+61=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4FF3D is #4B00C2. Grayscale: #D3D3D3. Windows color (decimal): -4915395 or 4063156. OLE color: 4063156.

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

Color convert

RGB18025561-
CMYK0.2900.760
HSL83.2º100%61.96%-
HSV(B)83.2º76.08%100%-
XYZ55.4281.5617.24-
YUV210.4643.65106.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 255 (100% from 255) = 51.41%
BLUE value IS 61 (24.22% from 255) = 12.30%
R=36.29%
G=51.41%
B=12.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180255610.2900.76083.210061.96
HexB4FF3D1D04C053643e
Octal26437775350114012314476
Binary10110100111111111111011110101001100010100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FF3D; }

 p { color: rgb(180,255,61); }

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

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

 a { background-color: rgb(180,255,61); }

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

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

 span { border-color: rgb(180,255,61); }

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