Html Css Color HEX #4BD453 Lime Green

📋 copy color: '#4BD453'

red 75 ◦ green 212 ◦ blue 83

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

Shades of Lime Green #4BD453

Tints of Lime Green #4BD453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.43%

R = 20.27%
G = 57.3%
B = 22.43%

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

#4BD453 (or 0x4BD453) is known color: Lime Green. HEX triplet: 4B, D4 and 53. RGB value is (75,212,83). Sum of RGB (Red+Green+Blue) = 75+212+83=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 212 (83.20% from 255 or 57.30% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD453 is #B42BAC. Grayscale: #9C9C9C. Windows color (decimal): -11807661 or 5493835. OLE color: 5493835.

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

Color convert

RGB 75 212 83 -
CMYK 0.65 0 0.61 0.17
HSL 123.5º 0.61% 0.56% -
HSV(B) 123.5º 0.65% 0.83% -
XYZ 28.01 49.21 16.21 -
YUV 156.33 86.61 69.99 -
System Red Green Blue C M Y K H S L
Decimal 75 212 83 0.65 0 0.61 0.17 123.5 0.61 0.56
Hex 4B D4 53 41 0 3D 11 7C 3D 38
Octal 113 324 123 101 0 75 21 174 75 70
Binary 1001011 11010100 1010011 1000001 0 111101 10001 1111100 111101 111000

Color Harmonies of #4BD453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD453

Black with #4BD453

Text Example


Text Example

White with #4BD453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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