Html Css Color HEX #4CF132 Lime Green

📋 copy color: '#4CF132'

red 76 ◦ green 241 ◦ blue 50

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

Shades of Lime Green #4CF132

Tints of Lime Green #4CF132

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.67%

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

R = 20.71%
G = 65.67%
B = 13.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#4CF132 (or 0x4CF132) is known color: Lime Green. HEX triplet: 4C, F1 and 32. RGB value is (76,241,50). Sum of RGB (Red+Green+Blue) = 76+241+50=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 241 (94.53% from 255 or 65.67% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF132 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF132 is #B30ECD. Grayscale: #AAAAAA. Windows color (decimal): -11734734 or 3338572. OLE color: 3338572.

HSL color Cylindrical-coordinate representation of color #4CF132: hue angle of 111.83º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CF132 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 241 50 -
CMYK 0.68 0 0.79 0.05
HSL 111.83º 0.87% 0.57% -
HSV(B) 111.83º 0.79% 0.95% -
XYZ 35.01 64.68 13.66 -
YUV 169.89 60.34 61.03 -
System Red Green Blue C M Y K H S L
Decimal 76 241 50 0.68 0 0.79 0.05 111.83 0.87 0.57
Hex 4C F1 32 44 0 4F 5 70 57 39
Octal 114 361 62 104 0 117 5 160 127 71
Binary 1001100 11110001 110010 1000100 0 1001111 101 1110000 1010111 111001

Color Harmonies of #4CF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF132

Black with #4CF132

Text Example


Text Example

White with #4CF132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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