Html Css Color HEX #4CDB2D Lime Green

📋 copy color: '#4CDB2D'

red 76 ◦ green 219 ◦ blue 45

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

Shades of Lime Green #4CDB2D

Tints of Lime Green #4CDB2D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 64.41%

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

R = 22.35%
G = 64.41%
B = 13.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#4CDB2D (or 0x4CDB2D) is known color: Lime Green. HEX triplet: 4C, DB and 2D. RGB value is (76,219,45). Sum of RGB (Red+Green+Blue) = 76+219+45=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 219 (85.94% from 255 or 64.41% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDB2D is #B324D2. Grayscale: #9C9C9C. Windows color (decimal): -11740371 or 3005260. OLE color: 3005260.

HSL color Cylindrical-coordinate representation of color #4CDB2D: hue angle of 109.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CDB2D is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 219 45 -
CMYK 0.65 0 0.79 0.14
HSL 109.31º 0.71% 0.52% -
HSV(B) 109.31º 0.79% 0.86% -
XYZ 28.79 52.39 11.08 -
YUV 156.41 65.12 70.65 -
System Red Green Blue C M Y K H S L
Decimal 76 219 45 0.65 0 0.79 0.14 109.31 0.71 0.52
Hex 4C DB 2D 41 0 4F E 6D 47 34
Octal 114 333 55 101 0 117 16 155 107 64
Binary 1001100 11011011 101101 1000001 0 1001111 1110 1101101 1000111 110100

Color Harmonies of #4CDB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDB2D

Black with #4CDB2D

Text Example


Text Example

White with #4CDB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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