Html Css Color HEX #4FF232 Lime Green

📋 copy color: '#4FF232'

red 79 ◦ green 242 ◦ blue 50

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

Shades of Lime Green #4FF232

Tints of Lime Green #4FF232

RGB

 RED value IS 79 (31.25% from 255) = 21.29%

 GREEN value IS 242 (94.92% from 255) = 65.23%

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

R = 21.29%
G = 65.23%
B = 13.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#4FF232 (or 0x4FF232) is known color: Lime Green. HEX triplet: 4F, F2 and 32. RGB value is (79,242,50). Sum of RGB (Red+Green+Blue) = 79+242+50=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF232 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF232 is #B00DCD. Grayscale: #ABABAB. Windows color (decimal): -11537870 or 3338831. OLE color: 3338831.

HSL color Cylindrical-coordinate representation of color #4FF232: hue angle of 110.94º degrees, saturation: 0.88, 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 #4FF232 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 242 50 -
CMYK 0.67 0 0.79 0.05
HSL 110.94º 0.88% 0.57% -
HSV(B) 110.94º 0.79% 0.95% -
XYZ 35.55 65.4 13.77 -
YUV 171.38 59.5 62.11 -
System Red Green Blue C M Y K H S L
Decimal 79 242 50 0.67 0 0.79 0.05 110.94 0.88 0.57
Hex 4F F2 32 43 0 4F 5 6F 58 39
Octal 117 362 62 103 0 117 5 157 130 71
Binary 1001111 11110010 110010 1000011 0 1001111 101 1101111 1011000 111001

Color Harmonies of #4FF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF232

Black with #4FF232

Text Example


Text Example

White with #4FF232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,242,50); }

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

background-color css

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

 a { background-color: rgb(79,242,50); }

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

border-color css

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

 span { border-color: rgb(79,242,50); }

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