Html Css Color HEX #51DF48 Lime Green

📋 copy color: '#51DF48'

red 81 ◦ green 223 ◦ blue 72

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

Shades of Lime Green #51DF48

Tints of Lime Green #51DF48

RGB

 RED value IS 81 (32.03% from 255) = 21.54%

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

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 21.54%
G = 59.31%
B = 19.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#51DF48 (or 0x51DF48) is known color: Lime Green. HEX triplet: 51, DF and 48. RGB value is (81,223,72). Sum of RGB (Red+Green+Blue) = 81+223+72=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #51DF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DF48 is #AE20B7. Grayscale: #A3A3A3. Windows color (decimal): -11411640 or 4775761. OLE color: 4775761.

HSL color Cylindrical-coordinate representation of color #51DF48: hue angle of 116.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51DF48 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 223 72 -
CMYK 0.64 0 0.68 0.13
HSL 116.42º 0.7% 0.58% -
HSV(B) 116.42º 0.68% 0.87% -
XYZ 30.95 54.99 15.11 -
YUV 163.33 76.46 69.28 -
System Red Green Blue C M Y K H S L
Decimal 81 223 72 0.64 0 0.68 0.13 116.42 0.7 0.58
Hex 51 DF 48 40 0 44 D 74 46 3A
Octal 121 337 110 100 0 104 15 164 106 72
Binary 1010001 11011111 1001000 1000000 0 1000100 1101 1110100 1000110 111010

Color Harmonies of #51DF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DF48

Black with #51DF48

Text Example


Text Example

White with #51DF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51DF48; }

 p { color: rgb(81,223,72); }

 H1.HeaderClassName
 {
   color: #51DF48;
 }
 .AnyTagClassName
 {
   color: #51DF48;
 }
</style>

background-color css

<style>
 a { background-color: #51DF48; }

 a { background-color: rgb(81,223,72); }

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

border-color css

<style>
 span { border-color: #51DF48; }

 span { border-color: rgb(81,223,72); }

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