Html Css Color HEX #4FCF30 Lime Green

📋 copy color: '#4FCF30'

red 79 ◦ green 207 ◦ blue 48

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

Shades of Lime Green #4FCF30

Tints of Lime Green #4FCF30

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.98%

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 23.65%
G = 61.98%
B = 14.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#4FCF30 (or 0x4FCF30) is known color: Lime Green. HEX triplet: 4F, CF and 30. RGB value is (79,207,48). Sum of RGB (Red+Green+Blue) = 79+207+48=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCF30 is #B030CF. Grayscale: #979797. Windows color (decimal): -11546832 or 3198799. OLE color: 3198799.

HSL color Cylindrical-coordinate representation of color #4FCF30: hue angle of 108.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4FCF30 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 207 48 -
CMYK 0.62 0 0.77 0.19
HSL 108.3º 0.62% 0.5% -
HSV(B) 108.3º 0.77% 0.81% -
XYZ 26.07 46.5 10.4 -
YUV 150.6 70.09 76.93 -
System Red Green Blue C M Y K H S L
Decimal 79 207 48 0.62 0 0.77 0.19 108.3 0.62 0.5
Hex 4F CF 30 3E 0 4D 13 6C 3E 32
Octal 117 317 60 76 0 115 23 154 76 62
Binary 1001111 11001111 110000 111110 0 1001101 10011 1101100 111110 110010

Color Harmonies of #4FCF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCF30

Black with #4FCF30

Text Example


Text Example

White with #4FCF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,207,48); }

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

background-color css

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

 a { background-color: rgb(79,207,48); }

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

border-color css

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

 span { border-color: rgb(79,207,48); }

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