Html Css Color HEX #4BDA2F Lime Green

📋 copy color: '#4BDA2F'

red 75 ◦ green 218 ◦ blue 47

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

Shades of Lime Green #4BDA2F

Tints of Lime Green #4BDA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 64.12%

 BLUE value IS 47 (18.75% from 255) = 13.82%

R = 22.06%
G = 64.12%
B = 13.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#4BDA2F (or 0x4BDA2F) is known color: Lime Green. HEX triplet: 4B, DA and 2F. RGB value is (75,218,47). Sum of RGB (Red+Green+Blue) = 75+218+47=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 218 (85.55% from 255 or 64.12% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDA2F is #B425D0. Grayscale: #9C9C9C. Windows color (decimal): -11806161 or 3136075. OLE color: 3136075.

HSL color Cylindrical-coordinate representation of color #4BDA2F: hue angle of 110.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4BDA2F is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 218 47 -
CMYK 0.66 0 0.78 0.15
HSL 110.18º 0.7% 0.52% -
HSV(B) 110.18º 0.78% 0.85% -
XYZ 28.49 51.84 11.19 -
YUV 155.75 66.62 70.4 -
System Red Green Blue C M Y K H S L
Decimal 75 218 47 0.66 0 0.78 0.15 110.18 0.7 0.52
Hex 4B DA 2F 42 0 4E F 6E 46 34
Octal 113 332 57 102 0 116 17 156 106 64
Binary 1001011 11011010 101111 1000010 0 1001110 1111 1101110 1000110 110100

Color Harmonies of #4BDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDA2F

Black with #4BDA2F

Text Example


Text Example

White with #4BDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,218,47); }

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

background-color css

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

 a { background-color: rgb(75,218,47); }

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

border-color css

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

 span { border-color: rgb(75,218,47); }

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