Html Css Color HEX #4BD22F Lime Green

📋 copy color: '#4BD22F'

red 75 ◦ green 210 ◦ blue 47

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

Shades of Lime Green #4BD22F

Tints of Lime Green #4BD22F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.25%

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

R = 22.59%
G = 63.25%
B = 14.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#4BD22F (or 0x4BD22F) is known color: Lime Green. HEX triplet: 4B, D2 and 2F. RGB value is (75,210,47). Sum of RGB (Red+Green+Blue) = 75+210+47=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 210 (82.42% from 255 or 63.25% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD22F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD22F is #B42DD0. Grayscale: #979797. Windows color (decimal): -11808209 or 3134027. OLE color: 3134027.

HSL color Cylindrical-coordinate representation of color #4BD22F: hue angle of 109.69º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4BD22F is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 75 210 47 -
CMYK 0.64 0 0.78 0.18
HSL 109.69º 0.64% 0.5% -
HSV(B) 109.69º 0.78% 0.82% -
XYZ 26.46 47.79 10.52 -
YUV 151.05 69.27 73.75 -
System Red Green Blue C M Y K H S L
Decimal 75 210 47 0.64 0 0.78 0.18 109.69 0.64 0.5
Hex 4B D2 2F 40 0 4E 12 6E 40 32
Octal 113 322 57 100 0 116 22 156 100 62
Binary 1001011 11010010 101111 1000000 0 1001110 10010 1101110 1000000 110010

Color Harmonies of #4BD22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD22F

Black with #4BD22F

Text Example


Text Example

White with #4BD22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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