Html Css Color HEX #55FC00 Bright Green

📋 copy color: '#55FC00'

red 85 ◦ green 252 ◦ blue 0

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

Shades of Bright Green #55FC00

Tints of Bright Green #55FC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 74.78%

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

R = 25.22%
G = 74.78%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#55FC00 (or 0x55FC00) is known color: Bright Green. HEX triplet: 55, FC and 00. RGB value is (85,252,0). Sum of RGB (Red+Green+Blue) = 85+252+0=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 252 (98.83% from 255 or 74.78% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 252 - color contains mainly: green. Hex color #55FC00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FC00 is #AA03FF. Grayscale: #AEAEAE. Windows color (decimal): -11142144 or 64597. OLE color: 64597.

HSL color Cylindrical-coordinate representation of color #55FC00: hue angle of 99.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55FC00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 252 0 -
CMYK 0.66 0 1 0.01
HSL 99.76º 1% 0.49% -
HSV(B) 99.76º 1% 0.99% -
XYZ 38.56 71.55 11.78 -
YUV 173.34 30.17 64.99 -
System Red Green Blue C M Y K H S L
Decimal 85 252 0 0.66 0 1 0.01 99.76 1 0.49
Hex 55 FC 0 42 0 64 1 64 64 31
Octal 125 374 0 102 0 144 1 144 144 61
Binary 1010101 11111100 0 1000010 0 1100100 1 1100100 1100100 110001

Color Harmonies of #55FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FC00

Black with #55FC00

Text Example


Text Example

White with #55FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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