Html Css Color HEX #4BCF53 Lime Green

📋 copy color: '#4BCF53'

red 75 ◦ green 207 ◦ blue 83

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

Shades of Lime Green #4BCF53

Tints of Lime Green #4BCF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.74%

R = 20.55%
G = 56.71%
B = 22.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#4BCF53 (or 0x4BCF53) is known color: Lime Green. HEX triplet: 4B, CF and 53. RGB value is (75,207,83). Sum of RGB (Red+Green+Blue) = 75+207+83=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCF53 is #B430AC. Grayscale: #999999. Windows color (decimal): -11808941 or 5492555. OLE color: 5492555.

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

Color convert

RGB 75 207 83 -
CMYK 0.64 0 0.60 0.19
HSL 123.64º 0.58% 0.55% -
HSV(B) 123.64º 0.64% 0.81% -
XYZ 26.78 46.75 15.8 -
YUV 153.4 88.27 72.08 -
System Red Green Blue C M Y K H S L
Decimal 75 207 83 0.64 0 0.60 0.19 123.64 0.58 0.55
Hex 4B CF 53 40 0 3C 13 7C 3A 37
Octal 113 317 123 100 0 74 23 174 72 67
Binary 1001011 11001111 1010011 1000000 0 111100 10011 1111100 111010 110111

Color Harmonies of #4BCF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCF53

Black with #4BCF53

Text Example


Text Example

White with #4BCF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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