Html Css Color HEX #4CC13B Lime Green

📋 copy color: '#4CC13B'

red 76 ◦ green 193 ◦ blue 59

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

Shades of Lime Green #4CC13B

Tints of Lime Green #4CC13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.84%

 BLUE value IS 59 (23.44% from 255) = 17.99%

R = 23.17%
G = 58.84%
B = 17.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#4CC13B (or 0x4CC13B) is known color: Lime Green. HEX triplet: 4C, C1 and 3B. RGB value is (76,193,59). Sum of RGB (Red+Green+Blue) = 76+193+59=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC13B is #B33EC4. Grayscale: #8F8F8F. Windows color (decimal): -11747013 or 3916108. OLE color: 3916108.

HSL color Cylindrical-coordinate representation of color #4CC13B: hue angle of 112.39º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CC13B is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 76 193 59 -
CMYK 0.61 0 0.69 0.24
HSL 112.39º 0.53% 0.49% -
HSV(B) 112.39º 0.69% 0.76% -
XYZ 22.84 39.99 10.65 -
YUV 142.74 80.74 80.4 -
System Red Green Blue C M Y K H S L
Decimal 76 193 59 0.61 0 0.69 0.24 112.39 0.53 0.49
Hex 4C C1 3B 3D 0 45 18 70 35 31
Octal 114 301 73 75 0 105 30 160 65 61
Binary 1001100 11000001 111011 111101 0 1000101 11000 1110000 110101 110001

Color Harmonies of #4CC13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC13B

Black with #4CC13B

Text Example


Text Example

White with #4CC13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,193,59); }

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

background-color css

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

 a { background-color: rgb(76,193,59); }

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

border-color css

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

 span { border-color: rgb(76,193,59); }

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