Html Css Color HEX #4BD352 Lime Green

📋 copy color: '#4BD352'

red 75 ◦ green 211 ◦ blue 82

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

Shades of Lime Green #4BD352

Tints of Lime Green #4BD352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 20.38%
G = 57.34%
B = 22.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#4BD352 (or 0x4BD352) is known color: Lime Green. HEX triplet: 4B, D3 and 52. RGB value is (75,211,82). Sum of RGB (Red+Green+Blue) = 75+211+82=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 211 (82.81% from 255 or 57.34% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 211 - color contains mainly: green. Hex color #4BD352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD352 is #B42CAD. Grayscale: #9C9C9C. Windows color (decimal): -11807918 or 5428043. OLE color: 5428043.

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

Color convert

RGB 75 211 82 -
CMYK 0.64 0 0.61 0.17
HSL 123.09º 0.61% 0.56% -
HSV(B) 123.09º 0.64% 0.83% -
XYZ 27.72 48.69 15.92 -
YUV 155.63 86.44 70.49 -
System Red Green Blue C M Y K H S L
Decimal 75 211 82 0.64 0 0.61 0.17 123.09 0.61 0.56
Hex 4B D3 52 40 0 3D 11 7B 3D 38
Octal 113 323 122 100 0 75 21 173 75 70
Binary 1001011 11010011 1010010 1000000 0 111101 10001 1111011 111101 111000

Color Harmonies of #4BD352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD352

Black with #4BD352

Text Example


Text Example

White with #4BD352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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