Html Css Color HEX #4CD62D Lime Green

📋 copy color: '#4CD62D'

red 76 ◦ green 214 ◦ blue 45

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

Shades of Lime Green #4CD62D

Tints of Lime Green #4CD62D

RGB

 RED value IS 76 (30.08% from 255) = 22.69%

 GREEN value IS 214 (83.98% from 255) = 63.88%

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

R = 22.69%
G = 63.88%
B = 13.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#4CD62D (or 0x4CD62D) is known color: Lime Green. HEX triplet: 4C, D6 and 2D. RGB value is (76,214,45). Sum of RGB (Red+Green+Blue) = 76+214+45=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD62D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD62D is #B329D2. Grayscale: #9A9A9A. Windows color (decimal): -11741651 or 3003980. OLE color: 3003980.

HSL color Cylindrical-coordinate representation of color #4CD62D: hue angle of 108.99º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CD62D is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 214 45 -
CMYK 0.64 0 0.79 0.16
HSL 108.99º 0.67% 0.51% -
HSV(B) 108.99º 0.79% 0.84% -
XYZ 27.5 49.82 10.65 -
YUV 153.47 66.78 72.74 -
System Red Green Blue C M Y K H S L
Decimal 76 214 45 0.64 0 0.79 0.16 108.99 0.67 0.51
Hex 4C D6 2D 40 0 4F 10 6D 43 33
Octal 114 326 55 100 0 117 20 155 103 63
Binary 1001100 11010110 101101 1000000 0 1001111 10000 1101101 1000011 110011

Color Harmonies of #4CD62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD62D

Black with #4CD62D

Text Example


Text Example

White with #4CD62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,214,45); }

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

background-color css

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

 a { background-color: rgb(76,214,45); }

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

border-color css

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

 span { border-color: rgb(76,214,45); }

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