Html Css Color HEX #55FD1F Bright Green

📋 copy color: '#55FD1F'

red 85 ◦ green 253 ◦ blue 31

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

Shades of Bright Green #55FD1F

Tints of Bright Green #55FD1F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 68.56%

 BLUE value IS 31 (12.5% from 255) = 8.4%

R = 23.04%
G = 68.56%
B = 8.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#55FD1F (or 0x55FD1F) is known color: Bright Green. HEX triplet: 55, FD and 1F. RGB value is (85,253,31). Sum of RGB (Red+Green+Blue) = 85+253+31=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 253 (99.22% from 255 or 68.56% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 253 - color contains mainly: green. Hex color #55FD1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FD1F is #AA02E0. Grayscale: #B2B2B2. Windows color (decimal): -11141857 or 2096469. OLE color: 2096469.

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

Color convert

RGB 85 253 31 -
CMYK 0.66 0 0.88 0.01
HSL 105.41º 0.98% 0.56% -
HSV(B) 105.41º 0.88% 0.99% -
XYZ 39.12 72.28 13.19 -
YUV 177.46 45.34 62.05 -
System Red Green Blue C M Y K H S L
Decimal 85 253 31 0.66 0 0.88 0.01 105.41 0.98 0.56
Hex 55 FD 1F 42 0 58 1 69 62 38
Octal 125 375 37 102 0 130 1 151 142 70
Binary 1010101 11111101 11111 1000010 0 1011000 1 1101001 1100010 111000

Color Harmonies of #55FD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FD1F

Black with #55FD1F

Text Example


Text Example

White with #55FD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,253,31); }

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

background-color css

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

 a { background-color: rgb(85,253,31); }

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

border-color css

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

 span { border-color: rgb(85,253,31); }

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