Html Css Color HEX #4BFC34 Lime Green

📋 copy color: '#4BFC34'

red 75 ◦ green 252 ◦ blue 52

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

Shades of Lime Green #4BFC34

Tints of Lime Green #4BFC34

RGB

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

 GREEN value IS 252 (98.83% from 255) = 66.49%

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

R = 19.79%
G = 66.49%
B = 13.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#4BFC34 (or 0x4BFC34) is known color: Lime Green. HEX triplet: 4B, FC and 34. RGB value is (75,252,52). Sum of RGB (Red+Green+Blue) = 75+252+52=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 252 (98.83% from 255 or 66.49% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFC34 is #B403CB. Grayscale: #B0B0B0. Windows color (decimal): -11797452 or 3472459. OLE color: 3472459.

HSL color Cylindrical-coordinate representation of color #4BFC34: hue angle of 113.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4BFC34 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 252 52 -
CMYK 0.70 0 0.79 0.01
HSL 113.1º 0.97% 0.6% -
HSV(B) 113.1º 0.79% 0.99% -
XYZ 38.33 71.36 15 -
YUV 176.28 57.86 55.76 -
System Red Green Blue C M Y K H S L
Decimal 75 252 52 0.70 0 0.79 0.01 113.1 0.97 0.6
Hex 4B FC 34 46 0 4F 1 71 61 3C
Octal 113 374 64 106 0 117 1 161 141 74
Binary 1001011 11111100 110100 1000110 0 1001111 1 1110001 1100001 111100

Color Harmonies of #4BFC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFC34

Black with #4BFC34

Text Example


Text Example

White with #4BFC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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