Html Css Color HEX #55F334 Lime Green

📋 copy color: '#55F334'

red 85 ◦ green 243 ◦ blue 52

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

Shades of Lime Green #55F334

Tints of Lime Green #55F334

RGB

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

 GREEN value IS 243 (95.31% from 255) = 63.95%

 BLUE value IS 52 (20.7% from 255) = 13.68%

R = 22.37%
G = 63.95%
B = 13.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#55F334 (or 0x55F334) is known color: Lime Green. HEX triplet: 55, F3 and 34. RGB value is (85,243,52). Sum of RGB (Red+Green+Blue) = 85+243+52=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 243 (95.31% from 255 or 63.95% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 243 - color contains mainly: green. Hex color #55F334 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F334 is #AA0CCB. Grayscale: #AEAEAE. Windows color (decimal): -11144396 or 3470165. OLE color: 3470165.

HSL color Cylindrical-coordinate representation of color #55F334: hue angle of 109.63º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55F334 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 243 52 -
CMYK 0.65 0 0.79 0.05
HSL 109.63º 0.89% 0.58% -
HSV(B) 109.63º 0.79% 0.95% -
XYZ 36.42 66.28 14.12 -
YUV 173.98 59.15 64.53 -
System Red Green Blue C M Y K H S L
Decimal 85 243 52 0.65 0 0.79 0.05 109.63 0.89 0.58
Hex 55 F3 34 41 0 4F 5 6E 59 3A
Octal 125 363 64 101 0 117 5 156 131 72
Binary 1010101 11110011 110100 1000001 0 1001111 101 1101110 1011001 111010

Color Harmonies of #55F334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F334

Black with #55F334

Text Example


Text Example

White with #55F334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,243,52); }

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

background-color css

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

 a { background-color: rgb(85,243,52); }

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

border-color css

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

 span { border-color: rgb(85,243,52); }

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