Html Css Color HEX #4BCF49 Lime Green

📋 copy color: '#4BCF49'

red 75 ◦ green 207 ◦ blue 73

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

Shades of Lime Green #4BCF49

Tints of Lime Green #4BCF49

RGB

 RED value IS 75 (29.69% from 255) = 21.13%

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

 BLUE value IS 73 (28.91% from 255) = 20.56%

R = 21.13%
G = 58.31%
B = 20.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#4BCF49 (or 0x4BCF49) is known color: Lime Green. HEX triplet: 4B, CF and 49. RGB value is (75,207,73). Sum of RGB (Red+Green+Blue) = 75+207+73=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCF49 is #B430B6. Grayscale: #989898. Windows color (decimal): -11808951 or 4837195. OLE color: 4837195.

HSL color Cylindrical-coordinate representation of color #4BCF49: hue angle of 119.1º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BCF49 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 207 73 -
CMYK 0.64 0 0.65 0.19
HSL 119.1º 0.58% 0.55% -
HSV(B) 119.1º 0.65% 0.81% -
XYZ 26.42 46.6 13.91 -
YUV 152.26 83.27 72.9 -
System Red Green Blue C M Y K H S L
Decimal 75 207 73 0.64 0 0.65 0.19 119.1 0.58 0.55
Hex 4B CF 49 40 0 41 13 77 3A 37
Octal 113 317 111 100 0 101 23 167 72 67
Binary 1001011 11001111 1001001 1000000 0 1000001 10011 1110111 111010 110111

Color Harmonies of #4BCF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCF49

Black with #4BCF49

Text Example


Text Example

White with #4BCF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,207,73); }

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

background-color css

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

 a { background-color: rgb(75,207,73); }

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

border-color css

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

 span { border-color: rgb(75,207,73); }

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