Html Css Color HEX #4CF231 Lime Green

📋 copy color: '#4CF231'

red 76 ◦ green 242 ◦ blue 49

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

Shades of Lime Green #4CF231

Tints of Lime Green #4CF231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.35%

R = 20.71%
G = 65.94%
B = 13.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#4CF231 (or 0x4CF231) is known color: Lime Green. HEX triplet: 4C, F2 and 31. RGB value is (76,242,49). Sum of RGB (Red+Green+Blue) = 76+242+49=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF231 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF231 is #B30DCE. Grayscale: #AAAAAA. Windows color (decimal): -11734479 or 3273292. OLE color: 3273292.

HSL color Cylindrical-coordinate representation of color #4CF231: hue angle of 111.61º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CF231 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 242 49 -
CMYK 0.69 0 0.80 0.05
HSL 111.61º 0.88% 0.57% -
HSV(B) 111.61º 0.8% 0.95% -
XYZ 35.29 65.26 13.64 -
YUV 170.36 59.5 60.69 -
System Red Green Blue C M Y K H S L
Decimal 76 242 49 0.69 0 0.80 0.05 111.61 0.88 0.57
Hex 4C F2 31 45 0 50 5 70 58 39
Octal 114 362 61 105 0 120 5 160 130 71
Binary 1001100 11110010 110001 1000101 0 1010000 101 1110000 1011000 111001

Color Harmonies of #4CF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF231

Black with #4CF231

Text Example


Text Example

White with #4CF231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,242,49); }

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

background-color css

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

 a { background-color: rgb(76,242,49); }

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

border-color css

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

 span { border-color: rgb(76,242,49); }

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