Html Css Color HEX #4BD452 Lime Green

📋 copy color: '#4BD452'

red 75 ◦ green 212 ◦ blue 82

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

Shades of Lime Green #4BD452

Tints of Lime Green #4BD452

RGB

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

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

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

R = 20.33%
G = 57.45%
B = 22.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#4BD452 (or 0x4BD452) is known color: Lime Green. HEX triplet: 4B, D4 and 52. RGB value is (75,212,82). Sum of RGB (Red+Green+Blue) = 75+212+82=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 212 (83.20% from 255 or 57.45% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD452 is #B42BAD. Grayscale: #9C9C9C. Windows color (decimal): -11807662 or 5428299. OLE color: 5428299.

HSL color Cylindrical-coordinate representation of color #4BD452: hue angle of 123.07º 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 #4BD452 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 75 212 82 -
CMYK 0.65 0 0.61 0.17
HSL 123.07º 0.61% 0.56% -
HSV(B) 123.07º 0.65% 0.83% -
XYZ 27.97 49.19 16 -
YUV 156.22 86.11 70.07 -
System Red Green Blue C M Y K H S L
Decimal 75 212 82 0.65 0 0.61 0.17 123.07 0.61 0.56
Hex 4B D4 52 41 0 3D 11 7B 3D 38
Octal 113 324 122 101 0 75 21 173 75 70
Binary 1001011 11010100 1010010 1000001 0 111101 10001 1111011 111101 111000

Color Harmonies of #4BD452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD452

Black with #4BD452

Text Example


Text Example

White with #4BD452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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