Html Css Color HEX #4BCF2C Lime Green

📋 copy color: '#4BCF2C'

red 75 ◦ green 207 ◦ blue 44

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

Shades of Lime Green #4BCF2C

Tints of Lime Green #4BCF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.5%

R = 23.01%
G = 63.5%
B = 13.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#4BCF2C (or 0x4BCF2C) is known color: Lime Green. HEX triplet: 4B, CF and 2C. RGB value is (75,207,44). Sum of RGB (Red+Green+Blue) = 75+207+44=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 207 (81.25% from 255 or 63.50% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCF2C is #B430D3. Grayscale: #959595. Windows color (decimal): -11808980 or 2936651. OLE color: 2936651.

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

Color convert

RGB 75 207 44 -
CMYK 0.64 0 0.79 0.19
HSL 108.59º 0.65% 0.49% -
HSV(B) 108.59º 0.79% 0.81% -
XYZ 25.67 46.3 9.97 -
YUV 148.95 68.77 75.25 -
System Red Green Blue C M Y K H S L
Decimal 75 207 44 0.64 0 0.79 0.19 108.59 0.65 0.49
Hex 4B CF 2C 40 0 4F 13 6D 41 31
Octal 113 317 54 100 0 117 23 155 101 61
Binary 1001011 11001111 101100 1000000 0 1001111 10011 1101101 1000001 110001

Color Harmonies of #4BCF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCF2C

Black with #4BCF2C

Text Example


Text Example

White with #4BCF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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