Html Css Color HEX #4CF83A Lime Green

📋 copy color: '#4CF83A'

red 76 ◦ green 248 ◦ blue 58

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

Shades of Lime Green #4CF83A

Tints of Lime Green #4CF83A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.92%

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 19.9%
G = 64.92%
B = 15.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#4CF83A (or 0x4CF83A) is known color: Lime Green. HEX triplet: 4C, F8 and 3A. RGB value is (76,248,58). Sum of RGB (Red+Green+Blue) = 76+248+58=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 248 (97.27% from 255 or 64.92% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF83A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF83A is #B307C5. Grayscale: #AFAFAF. Windows color (decimal): -11732934 or 3864652. OLE color: 3864652.

HSL color Cylindrical-coordinate representation of color #4CF83A: hue angle of 114.32º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4CF83A is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 76 248 58 -
CMYK 0.69 0 0.77 0.03
HSL 114.32º 0.93% 0.6% -
HSV(B) 114.32º 0.77% 0.97% -
XYZ 37.31 68.98 15.35 -
YUV 174.91 62.02 57.45 -
System Red Green Blue C M Y K H S L
Decimal 76 248 58 0.69 0 0.77 0.03 114.32 0.93 0.6
Hex 4C F8 3A 45 0 4D 3 72 5D 3C
Octal 114 370 72 105 0 115 3 162 135 74
Binary 1001100 11111000 111010 1000101 0 1001101 11 1110010 1011101 111100

Color Harmonies of #4CF83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF83A

Black with #4CF83A

Text Example


Text Example

White with #4CF83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,248,58); }

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

background-color css

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

 a { background-color: rgb(76,248,58); }

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

border-color css

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

 span { border-color: rgb(76,248,58); }

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