Html Css Color HEX #4BD451 Lime Green

📋 copy color: '#4BD451'

red 75 ◦ green 212 ◦ blue 81

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

Shades of Lime Green #4BD451

Tints of Lime Green #4BD451

RGB

 RED value IS 75 (29.69% from 255) = 20.38%

 GREEN value IS 212 (83.2% from 255) = 57.61%

 BLUE value IS 81 (32.03% from 255) = 22.01%

R = 20.38%
G = 57.61%
B = 22.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#4BD451 (or 0x4BD451) is known color: Lime Green. HEX triplet: 4B, D4 and 51. RGB value is (75,212,81). Sum of RGB (Red+Green+Blue) = 75+212+81=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD451 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD451 is #B42BAE. Grayscale: #9C9C9C. Windows color (decimal): -11807663 or 5362763. OLE color: 5362763.

HSL color Cylindrical-coordinate representation of color #4BD451: hue angle of 122.63º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD451 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 75 212 81 -
CMYK 0.65 0 0.62 0.17
HSL 122.63º 0.61% 0.56% -
HSV(B) 122.63º 0.65% 0.83% -
XYZ 27.93 49.18 15.8 -
YUV 156.1 85.61 70.15 -
System Red Green Blue C M Y K H S L
Decimal 75 212 81 0.65 0 0.62 0.17 122.63 0.61 0.56
Hex 4B D4 51 41 0 3E 11 7B 3D 38
Octal 113 324 121 101 0 76 21 173 75 70
Binary 1001011 11010100 1010001 1000001 0 111110 10001 1111011 111101 111000

Color Harmonies of #4BD451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD451

Black with #4BD451

Text Example


Text Example

White with #4BD451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BD451; }

 p { color: rgb(75,212,81); }

 H1.HeaderClassName
 {
   color: #4BD451;
 }
 .AnyTagClassName
 {
   color: #4BD451;
 }
</style>

background-color css

<style>
 a { background-color: #4BD451; }

 a { background-color: rgb(75,212,81); }

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

border-color css

<style>
 span { border-color: #4BD451; }

 span { border-color: rgb(75,212,81); }

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