Html Css Color HEX #4BD346 Lime Green

📋 copy color: '#4BD346'

red 75 ◦ green 211 ◦ blue 70

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

Shades of Lime Green #4BD346

Tints of Lime Green #4BD346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.27%

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 21.07%
G = 59.27%
B = 19.66%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#4BD346 (or 0x4BD346) is known color: Lime Green. HEX triplet: 4B, D3 and 46. RGB value is (75,211,70). Sum of RGB (Red+Green+Blue) = 75+211+70=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #4BD346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD346 is #B42CB9. Grayscale: #9A9A9A. Windows color (decimal): -11807930 or 4641611. OLE color: 4641611.

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

Color convert

RGB 75 211 70 -
CMYK 0.64 0 0.67 0.17
HSL 117.87º 0.62% 0.55% -
HSV(B) 117.87º 0.67% 0.83% -
XYZ 27.3 48.53 13.72 -
YUV 154.26 80.44 71.46 -
System Red Green Blue C M Y K H S L
Decimal 75 211 70 0.64 0 0.67 0.17 117.87 0.62 0.55
Hex 4B D3 46 40 0 43 11 76 3E 37
Octal 113 323 106 100 0 103 21 166 76 67
Binary 1001011 11010011 1000110 1000000 0 1000011 10001 1110110 111110 110111

Color Harmonies of #4BD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD346

Black with #4BD346

Text Example


Text Example

White with #4BD346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,211,70); }

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

background-color css

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

 a { background-color: rgb(75,211,70); }

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

border-color css

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

 span { border-color: rgb(75,211,70); }

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