Html Css Color HEX #4CF932 Lime Green

📋 copy color: '#4CF932'

red 76 ◦ green 249 ◦ blue 50

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

Shades of Lime Green #4CF932

Tints of Lime Green #4CF932

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.4%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 20.27%
G = 66.4%
B = 13.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#4CF932 (or 0x4CF932) is known color: Lime Green. HEX triplet: 4C, F9 and 32. RGB value is (76,249,50). Sum of RGB (Red+Green+Blue) = 76+249+50=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF932 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF932 is #B306CD. Grayscale: #AFAFAF. Windows color (decimal): -11732686 or 3340620. OLE color: 3340620.

HSL color Cylindrical-coordinate representation of color #4CF932: hue angle of 112.16º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CF932 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 249 50 -
CMYK 0.69 0 0.80 0.02
HSL 112.16º 0.94% 0.59% -
HSV(B) 112.16º 0.8% 0.98% -
XYZ 37.43 69.52 14.46 -
YUV 174.59 57.69 57.68 -
System Red Green Blue C M Y K H S L
Decimal 76 249 50 0.69 0 0.80 0.02 112.16 0.94 0.59
Hex 4C F9 32 45 0 50 2 70 5E 3B
Octal 114 371 62 105 0 120 2 160 136 73
Binary 1001100 11111001 110010 1000101 0 1010000 10 1110000 1011110 111011

Color Harmonies of #4CF932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF932

Black with #4CF932

Text Example


Text Example

White with #4CF932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,249,50); }

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

background-color css

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

 a { background-color: rgb(76,249,50); }

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

border-color css

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

 span { border-color: rgb(76,249,50); }

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