Html Css Color HEX #51D045 Lime Green

📋 copy color: '#51D045'

red 81 ◦ green 208 ◦ blue 69

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

Shades of Lime Green #51D045

Tints of Lime Green #51D045

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.1%

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 22.63%
G = 58.1%
B = 19.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#51D045 (or 0x51D045) is known color: Lime Green. HEX triplet: 51, D0 and 45. RGB value is (81,208,69). Sum of RGB (Red+Green+Blue) = 81+208+69=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #51D045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D045 is #AE2FBA. Grayscale: #9A9A9A. Windows color (decimal): -11415483 or 4575313. OLE color: 4575313.

HSL color Cylindrical-coordinate representation of color #51D045: hue angle of 114.82º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51D045 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 208 69 -
CMYK 0.61 0 0.67 0.18
HSL 114.82º 0.6% 0.54% -
HSV(B) 114.82º 0.67% 0.82% -
XYZ 27.02 47.29 13.33 -
YUV 154.18 79.92 75.8 -
System Red Green Blue C M Y K H S L
Decimal 81 208 69 0.61 0 0.67 0.18 114.82 0.6 0.54
Hex 51 D0 45 3D 0 43 12 73 3C 36
Octal 121 320 105 75 0 103 22 163 74 66
Binary 1010001 11010000 1000101 111101 0 1000011 10010 1110011 111100 110110

Color Harmonies of #51D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D045

Black with #51D045

Text Example


Text Example

White with #51D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,208,69); }

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

background-color css

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

 a { background-color: rgb(81,208,69); }

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

border-color css

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

 span { border-color: rgb(81,208,69); }

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