Html Css Color HEX #4CDC4B Lime Green

📋 copy color: '#4CDC4B'

red 76 ◦ green 220 ◦ blue 75

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

Shades of Lime Green #4CDC4B

Tints of Lime Green #4CDC4B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.3%

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 20.49%
G = 59.3%
B = 20.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#4CDC4B (or 0x4CDC4B) is known color: Lime Green. HEX triplet: 4C, DC and 4B. RGB value is (76,220,75). Sum of RGB (Red+Green+Blue) = 76+220+75=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDC4B is #B323B4. Grayscale: #A0A0A0. Windows color (decimal): -11740085 or 4971596. OLE color: 4971596.

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

Color convert

RGB 76 220 75 -
CMYK 0.65 0 0.66 0.14
HSL 119.59º 0.67% 0.58% -
HSV(B) 119.59º 0.66% 0.86% -
XYZ 29.84 53.23 15.36 -
YUV 160.41 79.79 67.79 -
System Red Green Blue C M Y K H S L
Decimal 76 220 75 0.65 0 0.66 0.14 119.59 0.67 0.58
Hex 4C DC 4B 41 0 42 E 78 43 3A
Octal 114 334 113 101 0 102 16 170 103 72
Binary 1001100 11011100 1001011 1000001 0 1000010 1110 1111000 1000011 111010

Color Harmonies of #4CDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDC4B

Black with #4CDC4B

Text Example


Text Example

White with #4CDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,220,75); }

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

background-color css

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

 a { background-color: rgb(76,220,75); }

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

border-color css

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

 span { border-color: rgb(76,220,75); }

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