Html Css Color HEX #55DF2F Lime Green

📋 copy color: '#55DF2F'

red 85 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #55DF2F

Tints of Lime Green #55DF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 23.94%
G = 62.82%
B = 13.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#55DF2F (or 0x55DF2F) is known color: Lime Green. HEX triplet: 55, DF and 2F. RGB value is (85,223,47). Sum of RGB (Red+Green+Blue) = 85+223+47=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 223 (87.5% from 255 or 62.82% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DF2F is #AA20D0. Grayscale: #A2A2A2. Windows color (decimal): -11149521 or 3137365. OLE color: 3137365.

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

Color convert

RGB 85 223 47 -
CMYK 0.62 0 0.79 0.13
HSL 107.05º 0.73% 0.53% -
HSV(B) 107.05º 0.79% 0.87% -
XYZ 30.65 54.91 11.67 -
YUV 161.67 63.28 73.31 -
System Red Green Blue C M Y K H S L
Decimal 85 223 47 0.62 0 0.79 0.13 107.05 0.73 0.53
Hex 55 DF 2F 3E 0 4F D 6B 49 35
Octal 125 337 57 76 0 117 15 153 111 65
Binary 1010101 11011111 101111 111110 0 1001111 1101 1101011 1001001 110101

Color Harmonies of #55DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DF2F

Black with #55DF2F

Text Example


Text Example

White with #55DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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