#95FF2E

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

Shades of Green Yellow #95FF2E

Tints of Green Yellow #95FF2E

Color information

#95FF2E (or 0x95FF2E) is unknown color: approx Green Yellow. HEX triplet: 95, FF and 2E. RGB value is (149,255,46). Sum of RGB (Red+Green+Blue) = 149+255+46=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95FF2E is #6A00D1. Grayscale: #C8C8C8. Windows color (decimal): -6947026 or 3080085. OLE color: 3080085.

HSL color Cylindrical-coordinate representation of color #95FF2E: hue angle of 90.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95FF2E is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB14925546-
CMYK0.4200.820
HSL90.43º100%59.02%-
HSV(B)90.43º81.96%100%-
XYZ48.6578.1115.1-
YUV199.4841.3891.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 255 (100% from 255) = 56.67%
BLUE value IS 46 (18.36% from 255) = 10.22%
R=33.11%
G=56.67%
B=10.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal149255460.4200.82090.4310059.02
Hex95FF2E2A05205a643b
Octal22537756520122013214473
Binary100101011111111110111010101001010010010110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95FF2E; }

 p { color: rgb(149,255,46); }

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

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

 a { background-color: rgb(149,255,46); }

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

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

 span { border-color: rgb(149,255,46); }

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