Html Css Color HEX #4CFA34 Lime Green

📋 copy color: '#4CFA34'

red 76 ◦ green 250 ◦ blue 52

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

Shades of Lime Green #4CFA34

Tints of Lime Green #4CFA34

RGB

 RED value IS 76 (30.08% from 255) = 20.11%

 GREEN value IS 250 (98.05% from 255) = 66.14%

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

R = 20.11%
G = 66.14%
B = 13.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#4CFA34 (or 0x4CFA34) is known color: Lime Green. HEX triplet: 4C, FA and 34. RGB value is (76,250,52). Sum of RGB (Red+Green+Blue) = 76+250+52=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFA34 is #B305CB. Grayscale: #B0B0B0. Windows color (decimal): -11732428 or 3471948. OLE color: 3471948.

HSL color Cylindrical-coordinate representation of color #4CFA34: hue angle of 112.73º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CFA34 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 250 52 -
CMYK 0.70 0 0.79 0.02
HSL 112.73º 0.95% 0.59% -
HSV(B) 112.73º 0.79% 0.98% -
XYZ 37.79 70.16 14.8 -
YUV 175.4 58.35 57.1 -
System Red Green Blue C M Y K H S L
Decimal 76 250 52 0.70 0 0.79 0.02 112.73 0.95 0.59
Hex 4C FA 34 46 0 4F 2 71 5F 3B
Octal 114 372 64 106 0 117 2 161 137 73
Binary 1001100 11111010 110100 1000110 0 1001111 10 1110001 1011111 111011

Color Harmonies of #4CFA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFA34

Black with #4CFA34

Text Example


Text Example

White with #4CFA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,250,52); }

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

background-color css

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

 a { background-color: rgb(76,250,52); }

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

border-color css

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

 span { border-color: rgb(76,250,52); }

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