#55E200

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

Shades of Bright Green #55E200

Tints of Bright Green #55E200

Color information

#55E200 (or 0x55E200) is unknown color: approx Bright Green. HEX triplet: 55, E2 and 00. RGB value is (85,226,0). Sum of RGB (Red+Green+Blue) = 85+226+0=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 226 (88.67% from 255 or 72.67% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 226 - color contains mainly: green. Hex color #55E200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E200 is #AA1DFF. Grayscale: #9E9E9E. Windows color (decimal): -11148800 or 57941. OLE color: 57941.

HSL color Cylindrical-coordinate representation of color #55E200: hue angle of 97.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55E200 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB852260-
CMYK0.62010.11
HSL97.43º100%44.31%-
HSV(B)97.43º100%88.63%-
XYZ30.9456.329.24-
YUV158.0838.7975.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 226 (88.67% from 255) = 72.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.33%
G=72.67%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal8522600.62010.1197.4310044.31
Hex55E203E064B61642c
Octal12534207601441314114454
Binary101010111100010011111001100100101111000011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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