Html Css Color HEX #55FE00 Bright Green

📋 copy color: '#55FE00'

red 85 ◦ green 254 ◦ blue 0

#55FE00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #55FE00

Tints of Bright Green #55FE00

RGB

 RED value IS 85 (33.59% from 255) = 25.07%

 GREEN value IS 254 (99.61% from 255) = 74.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.07%
G = 74.93%
B = 0%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#55FE00 (or 0x55FE00) is known color: Bright Green. HEX triplet: 55, FE and 00. RGB value is (85,254,0). Sum of RGB (Red+Green+Blue) = 85+254+0=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 254 (99.61% from 255 or 74.93% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FE00 is #AA01FF. Grayscale: #AFAFAF. Windows color (decimal): -11141632 or 65109. OLE color: 65109.

HSL color Cylindrical-coordinate representation of color #55FE00: hue angle of 99.92º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55FE00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 254 0 -
CMYK 0.67 0 1 0.00
HSL 99.92º 1% 0.5% -
HSV(B) 99.92º 1% 1% -
XYZ 39.19 72.81 11.99 -
YUV 174.51 29.51 64.15 -
System Red Green Blue C M Y K H S L
Decimal 85 254 0 0.67 0 1 0.00 99.92 1 0.5
Hex 55 FE 0 43 0 64 0 64 64 32
Octal 125 376 0 103 0 144 0 144 144 62
Binary 1010101 11111110 0 1000011 0 1100100 0 1100100 1100100 110010

Color Harmonies of #55FE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FE00

Black with #55FE00

Text Example


Text Example

White with #55FE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55FE00; }

 p { color: rgb(85,254,0); }

 H1.HeaderClassName
 {
   color: #55FE00;
 }
 .AnyTagClassName
 {
   color: #55FE00;
 }
</style>

background-color css

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

 a { background-color: rgb(85,254,0); }

 div.DivClassName
 {
   background-color: #55FE00;
 }
 .BgClassName
 {
   background-color: #55FE00;
 }
</style>

border-color css

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

 span { border-color: rgb(85,254,0); }

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