Html Css Color HEX #4BDE42 Lime Green

📋 copy color: '#4BDE42'

red 75 ◦ green 222 ◦ blue 66

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

Shades of Lime Green #4BDE42

Tints of Lime Green #4BDE42

RGB

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

 GREEN value IS 222 (87.11% from 255) = 61.16%

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 20.66%
G = 61.16%
B = 18.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#4BDE42 (or 0x4BDE42) is known color: Lime Green. HEX triplet: 4B, DE and 42. RGB value is (75,222,66). Sum of RGB (Red+Green+Blue) = 75+222+66=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 222 (87.11% from 255 or 61.16% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDE42 is #B421BD. Grayscale: #A0A0A0. Windows color (decimal): -11805118 or 4382283. OLE color: 4382283.

HSL color Cylindrical-coordinate representation of color #4BDE42: hue angle of 116.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BDE42 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 222 66 -
CMYK 0.66 0 0.70 0.13
HSL 116.54º 0.7% 0.56% -
HSV(B) 116.54º 0.7% 0.87% -
XYZ 30.01 54.13 14.02 -
YUV 160.26 74.8 67.18 -
System Red Green Blue C M Y K H S L
Decimal 75 222 66 0.66 0 0.70 0.13 116.54 0.7 0.56
Hex 4B DE 42 42 0 46 D 75 46 38
Octal 113 336 102 102 0 106 15 165 106 70
Binary 1001011 11011110 1000010 1000010 0 1000110 1101 1110101 1000110 111000

Color Harmonies of #4BDE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDE42

Black with #4BDE42

Text Example


Text Example

White with #4BDE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,222,66); }

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

background-color css

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

 a { background-color: rgb(75,222,66); }

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

border-color css

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

 span { border-color: rgb(75,222,66); }

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