#54E314

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

Shades of Bright Green #54E314

Tints of Bright Green #54E314

Color information

#54E314 (or 0x54E314) is unknown color: approx Bright Green. HEX triplet: 54, E3 and 14. RGB value is (84,227,20). Sum of RGB (Red+Green+Blue) = 84+227+20=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 227 (89.06% from 255 or 68.58% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 227 - color contains mainly: green. Hex color #54E314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #54E314 is #AB1CEB. Grayscale: #A1A1A1. Windows color (decimal): -11214060 or 1368916. OLE color: 1368916.

HSL color Cylindrical-coordinate representation of color #54E314: hue angle of 101.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #54E314 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB8422720-
CMYK0.6300.910.11
HSL101.45º83.81%48.43%-
HSV(B)101.45º91.19%89.02%-
XYZ31.2556.879.99-
YUV160.6548.6273.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 227 (89.06% from 255) = 68.58%
BLUE value IS 20 (8.20% from 255) = 6.04%
R=25.38%
G=68.58%
B=6.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal84227200.6300.910.11101.4583.8148.43
Hex54E3143F05BB655430
Octal124343247701331314512460
Binary1010100111000111010011111101011011101111001011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54E314; }

 p { color: rgb(84,227,20); }

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

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

 a { background-color: rgb(84,227,20); }

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

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

 span { border-color: rgb(84,227,20); }

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