Html Css Color HEX #55DF03 Bright Green

📋 copy color: '#55DF03'

red 85 ◦ green 223 ◦ blue 3

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

Shades of Bright Green #55DF03

Tints of Bright Green #55DF03

RGB

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

 GREEN value IS 223 (87.5% from 255) = 71.7%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 27.33%
G = 71.7%
B = 0.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#55DF03 (or 0x55DF03) is known color: Bright Green. HEX triplet: 55, DF and 03. RGB value is (85,223,3). Sum of RGB (Red+Green+Blue) = 85+223+3=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 223 (87.5% from 255 or 71.70% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DF03 is #AA20FC. Grayscale: #9D9D9D. Windows color (decimal): -11149565 or 253781. OLE color: 253781.

HSL color Cylindrical-coordinate representation of color #55DF03: hue angle of 97.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55DF03 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 223 3 -
CMYK 0.62 0 0.99 0.13
HSL 97.64º 0.97% 0.44% -
HSV(B) 97.64º 0.99% 0.87% -
XYZ 30.15 54.71 9.06 -
YUV 156.66 41.28 76.89 -
System Red Green Blue C M Y K H S L
Decimal 85 223 3 0.62 0 0.99 0.13 97.64 0.97 0.44
Hex 55 DF 3 3E 0 63 D 62 61 2C
Octal 125 337 3 76 0 143 15 142 141 54
Binary 1010101 11011111 11 111110 0 1100011 1101 1100010 1100001 101100

Color Harmonies of #55DF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DF03

Black with #55DF03

Text Example


Text Example

White with #55DF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,223,3); }

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

background-color css

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

 a { background-color: rgb(85,223,3); }

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

border-color css

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

 span { border-color: rgb(85,223,3); }

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