Html Css Color HEX #4BDE2D Lime Green

📋 copy color: '#4BDE2D'

red 75 ◦ green 222 ◦ blue 45

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

Shades of Lime Green #4BDE2D

Tints of Lime Green #4BDE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 21.93%
G = 64.91%
B = 13.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#4BDE2D (or 0x4BDE2D) is known color: Lime Green. HEX triplet: 4B, DE and 2D. RGB value is (75,222,45). Sum of RGB (Red+Green+Blue) = 75+222+45=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 222 (87.11% from 255 or 64.91% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDE2D is #B421D2. Grayscale: #9E9E9E. Windows color (decimal): -11805139 or 3006027. OLE color: 3006027.

HSL color Cylindrical-coordinate representation of color #4BDE2D: hue angle of 109.83º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4BDE2D is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 222 45 -
CMYK 0.66 0 0.80 0.13
HSL 109.83º 0.73% 0.52% -
HSV(B) 109.83º 0.8% 0.87% -
XYZ 29.5 53.93 11.34 -
YUV 157.87 64.3 68.89 -
System Red Green Blue C M Y K H S L
Decimal 75 222 45 0.66 0 0.80 0.13 109.83 0.73 0.52
Hex 4B DE 2D 42 0 50 D 6E 49 34
Octal 113 336 55 102 0 120 15 156 111 64
Binary 1001011 11011110 101101 1000010 0 1010000 1101 1101110 1001001 110100

Color Harmonies of #4BDE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDE2D

Black with #4BDE2D

Text Example


Text Example

White with #4BDE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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