Html Css Color HEX #4BD648 Lime Green

📋 copy color: '#4BD648'

red 75 ◦ green 214 ◦ blue 72

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

Shades of Lime Green #4BD648

Tints of Lime Green #4BD648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.28%

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

R = 20.78%
G = 59.28%
B = 19.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#4BD648 (or 0x4BD648) is known color: Lime Green. HEX triplet: 4B, D6 and 48. RGB value is (75,214,72). Sum of RGB (Red+Green+Blue) = 75+214+72=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD648 is #B429B7. Grayscale: #9C9C9C. Windows color (decimal): -11807160 or 4773451. OLE color: 4773451.

HSL color Cylindrical-coordinate representation of color #4BD648: hue angle of 118.73º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BD648 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 75 214 72 -
CMYK 0.65 0 0.66 0.16
HSL 118.73º 0.63% 0.56% -
HSV(B) 118.73º 0.66% 0.84% -
XYZ 28.12 50.06 14.31 -
YUV 156.25 80.45 70.05 -
System Red Green Blue C M Y K H S L
Decimal 75 214 72 0.65 0 0.66 0.16 118.73 0.63 0.56
Hex 4B D6 48 41 0 42 10 77 3F 38
Octal 113 326 110 101 0 102 20 167 77 70
Binary 1001011 11010110 1001000 1000001 0 1000010 10000 1110111 111111 111000

Color Harmonies of #4BD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD648

Black with #4BD648

Text Example


Text Example

White with #4BD648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,214,72); }

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

background-color css

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

 a { background-color: rgb(75,214,72); }

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

border-color css

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

 span { border-color: rgb(75,214,72); }

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