Html Css Color HEX #4DCF30 Lime Green

📋 copy color: '#4DCF30'

red 77 ◦ green 207 ◦ blue 48

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

Shades of Lime Green #4DCF30

Tints of Lime Green #4DCF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.46%

R = 23.19%
G = 62.35%
B = 14.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#4DCF30 (or 0x4DCF30) is known color: Lime Green. HEX triplet: 4D, CF and 30. RGB value is (77,207,48). Sum of RGB (Red+Green+Blue) = 77+207+48=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCF30 is #B230CF. Grayscale: #969696. Windows color (decimal): -11677904 or 3198797. OLE color: 3198797.

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

Color convert

RGB 77 207 48 -
CMYK 0.63 0 0.77 0.19
HSL 109.06º 0.62% 0.5% -
HSV(B) 109.06º 0.77% 0.81% -
XYZ 25.91 46.42 10.39 -
YUV 150 70.43 75.93 -
System Red Green Blue C M Y K H S L
Decimal 77 207 48 0.63 0 0.77 0.19 109.06 0.62 0.5
Hex 4D CF 30 3F 0 4D 13 6D 3E 32
Octal 115 317 60 77 0 115 23 155 76 62
Binary 1001101 11001111 110000 111111 0 1001101 10011 1101101 111110 110010

Color Harmonies of #4DCF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCF30

Black with #4DCF30

Text Example


Text Example

White with #4DCF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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