#94FE2B

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

Shades of Green Yellow #94FE2B

Tints of Green Yellow #94FE2B

Color information

#94FE2B (or 0x94FE2B) is unknown color: approx Green Yellow. HEX triplet: 94, FE and 2B. RGB value is (148,254,43). Sum of RGB (Red+Green+Blue) = 148+254+43=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FE2B is #6B01D4. Grayscale: #C6C6C6. Windows color (decimal): -7012821 or 2883220. OLE color: 2883220.

HSL color Cylindrical-coordinate representation of color #94FE2B: hue angle of 90.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94FE2B is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB14825443-
CMYK0.4200.830.00
HSL90.14º99.06%58.24%-
HSV(B)90.14º83.07%99.61%-
XYZ48.0977.3514.68-
YUV198.2540.3892.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 254 (99.61% from 255) = 57.08%
BLUE value IS 43 (17.19% from 255) = 9.66%
R=33.26%
G=57.08%
B=9.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal148254430.4200.830.0090.1499.0658.24
Hex94FE2B2A05305a633a
Octal22437653520123013214372
Binary100101001111111010101110101001010011010110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94FE2B; }

 p { color: rgb(148,254,43); }

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

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

 a { background-color: rgb(148,254,43); }

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

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

 span { border-color: rgb(148,254,43); }

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