Html Css Color HEX #4DCF32 Lime Green

📋 copy color: '#4DCF32'

red 77 ◦ green 207 ◦ blue 50

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

Shades of Lime Green #4DCF32

Tints of Lime Green #4DCF32

RGB

 RED value IS 77 (30.47% from 255) = 23.05%

 GREEN value IS 207 (81.25% from 255) = 61.98%

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

R = 23.05%
G = 61.98%
B = 14.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#4DCF32 (or 0x4DCF32) is known color: Lime Green. HEX triplet: 4D, CF and 32. RGB value is (77,207,50). Sum of RGB (Red+Green+Blue) = 77+207+50=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCF32 is #B230CD. Grayscale: #969696. Windows color (decimal): -11677902 or 3329869. OLE color: 3329869.

HSL color Cylindrical-coordinate representation of color #4DCF32: hue angle of 109.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DCF32 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 207 50 -
CMYK 0.63 0 0.76 0.19
HSL 109.68º 0.62% 0.5% -
HSV(B) 109.68º 0.76% 0.81% -
XYZ 25.95 46.43 10.61 -
YUV 150.23 71.43 75.77 -
System Red Green Blue C M Y K H S L
Decimal 77 207 50 0.63 0 0.76 0.19 109.68 0.62 0.5
Hex 4D CF 32 3F 0 4C 13 6E 3E 32
Octal 115 317 62 77 0 114 23 156 76 62
Binary 1001101 11001111 110010 111111 0 1001100 10011 1101110 111110 110010

Color Harmonies of #4DCF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCF32

Black with #4DCF32

Text Example


Text Example

White with #4DCF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,207,50); }

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

background-color css

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

 a { background-color: rgb(77,207,50); }

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

border-color css

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

 span { border-color: rgb(77,207,50); }

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