Html Css Color HEX #4CCC3D Lime Green

📋 copy color: '#4CCC3D'

red 76 ◦ green 204 ◦ blue 61

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

Shades of Lime Green #4CCC3D

Tints of Lime Green #4CCC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.82%

 BLUE value IS 61 (24.22% from 255) = 17.89%

R = 22.29%
G = 59.82%
B = 17.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#4CCC3D (or 0x4CCC3D) is known color: Lime Green. HEX triplet: 4C, CC and 3D. RGB value is (76,204,61). Sum of RGB (Red+Green+Blue) = 76+204+61=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCC3D is #B333C2. Grayscale: #959595. Windows color (decimal): -11744195 or 4049996. OLE color: 4049996.

HSL color Cylindrical-coordinate representation of color #4CCC3D: hue angle of 113.71º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CCC3D is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 204 61 -
CMYK 0.63 0 0.70 0.2
HSL 113.71º 0.58% 0.52% -
HSV(B) 113.71º 0.7% 0.8% -
XYZ 25.42 45.06 11.77 -
YUV 149.43 78.09 75.63 -
System Red Green Blue C M Y K H S L
Decimal 76 204 61 0.63 0 0.70 0.2 113.71 0.58 0.52
Hex 4C CC 3D 3F 0 46 14 72 3A 34
Octal 114 314 75 77 0 106 24 162 72 64
Binary 1001100 11001100 111101 111111 0 1000110 10100 1110010 111010 110100

Color Harmonies of #4CCC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCC3D

Black with #4CCC3D

Text Example


Text Example

White with #4CCC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,204,61); }

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

background-color css

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

 a { background-color: rgb(76,204,61); }

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

border-color css

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

 span { border-color: rgb(76,204,61); }

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