Html Css Color HEX #4BDF32 Lime Green

📋 copy color: '#4BDF32'

red 75 ◦ green 223 ◦ blue 50

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

Shades of Lime Green #4BDF32

Tints of Lime Green #4BDF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 64.08%

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 21.55%
G = 64.08%
B = 14.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#4BDF32 (or 0x4BDF32) is known color: Lime Green. HEX triplet: 4B, DF and 32. RGB value is (75,223,50). Sum of RGB (Red+Green+Blue) = 75+223+50=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 223 (87.5% from 255 or 64.08% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDF32 is #B420CD. Grayscale: #9F9F9F. Windows color (decimal): -11804878 or 3333963. OLE color: 3333963.

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

Color convert

RGB 75 223 50 -
CMYK 0.66 0 0.78 0.13
HSL 111.33º 0.73% 0.54% -
HSV(B) 111.33º 0.78% 0.87% -
XYZ 29.87 54.5 11.96 -
YUV 159.03 66.47 68.07 -
System Red Green Blue C M Y K H S L
Decimal 75 223 50 0.66 0 0.78 0.13 111.33 0.73 0.54
Hex 4B DF 32 42 0 4E D 6F 49 36
Octal 113 337 62 102 0 116 15 157 111 66
Binary 1001011 11011111 110010 1000010 0 1001110 1101 1101111 1001001 110110

Color Harmonies of #4BDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDF32

Black with #4BDF32

Text Example


Text Example

White with #4BDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,223,50); }

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

background-color css

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

 a { background-color: rgb(75,223,50); }

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

border-color css

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

 span { border-color: rgb(75,223,50); }

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