Html Css Color HEX #4BD934 Lime Green

📋 copy color: '#4BD934'

red 75 ◦ green 217 ◦ blue 52

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

Shades of Lime Green #4BD934

Tints of Lime Green #4BD934

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.08%

 BLUE value IS 52 (20.7% from 255) = 15.12%

R = 21.8%
G = 63.08%
B = 15.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#4BD934 (or 0x4BD934) is known color: Lime Green. HEX triplet: 4B, D9 and 34. RGB value is (75,217,52). Sum of RGB (Red+Green+Blue) = 75+217+52=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 217 (85.16% from 255 or 63.08% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 217 - color contains mainly: green. Hex color #4BD934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD934 is #B426CB. Grayscale: #9C9C9C. Windows color (decimal): -11806412 or 3463499. OLE color: 3463499.

HSL color Cylindrical-coordinate representation of color #4BD934: hue angle of 111.64º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BD934 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 217 52 -
CMYK 0.65 0 0.76 0.15
HSL 111.64º 0.68% 0.53% -
HSV(B) 111.64º 0.76% 0.85% -
XYZ 28.33 51.37 11.67 -
YUV 155.73 69.46 70.42 -
System Red Green Blue C M Y K H S L
Decimal 75 217 52 0.65 0 0.76 0.15 111.64 0.68 0.53
Hex 4B D9 34 41 0 4C F 70 44 35
Octal 113 331 64 101 0 114 17 160 104 65
Binary 1001011 11011001 110100 1000001 0 1001100 1111 1110000 1000100 110101

Color Harmonies of #4BD934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD934

Black with #4BD934

Text Example


Text Example

White with #4BD934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,217,52); }

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

background-color css

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

 a { background-color: rgb(75,217,52); }

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

border-color css

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

 span { border-color: rgb(75,217,52); }

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