Html Css Color HEX #4BDA41 Lime Green

📋 copy color: '#4BDA41'

red 75 ◦ green 218 ◦ blue 65

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

Shades of Lime Green #4BDA41

Tints of Lime Green #4BDA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 20.95%
G = 60.89%
B = 18.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#4BDA41 (or 0x4BDA41) is known color: Lime Green. HEX triplet: 4B, DA and 41. RGB value is (75,218,65). Sum of RGB (Red+Green+Blue) = 75+218+65=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 218 (85.55% from 255 or 60.89% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDA41 is #B425BE. Grayscale: #9E9E9E. Windows color (decimal): -11806143 or 4315723. OLE color: 4315723.

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

Color convert

RGB 75 218 65 -
CMYK 0.66 0 0.70 0.15
HSL 116.08º 0.67% 0.55% -
HSV(B) 116.08º 0.7% 0.85% -
XYZ 28.93 52.02 13.52 -
YUV 157.8 75.62 68.94 -
System Red Green Blue C M Y K H S L
Decimal 75 218 65 0.66 0 0.70 0.15 116.08 0.67 0.55
Hex 4B DA 41 42 0 46 F 74 43 37
Octal 113 332 101 102 0 106 17 164 103 67
Binary 1001011 11011010 1000001 1000010 0 1000110 1111 1110100 1000011 110111

Color Harmonies of #4BDA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDA41

Black with #4BDA41

Text Example


Text Example

White with #4BDA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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