Html Css Color HEX #4BCC42 Lime Green

📋 copy color: '#4BCC42'

red 75 ◦ green 204 ◦ blue 66

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

Shades of Lime Green #4BCC42

Tints of Lime Green #4BCC42

RGB

 RED value IS 75 (29.69% from 255) = 21.74%

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

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 21.74%
G = 59.13%
B = 19.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#4BCC42 (or 0x4BCC42) is known color: Lime Green. HEX triplet: 4B, CC and 42. RGB value is (75,204,66). Sum of RGB (Red+Green+Blue) = 75+204+66=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCC42 is #B433BD. Grayscale: #969696. Windows color (decimal): -11809726 or 4377675. OLE color: 4377675.

HSL color Cylindrical-coordinate representation of color #4BCC42: hue angle of 116.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BCC42 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 204 66 -
CMYK 0.63 0 0.68 0.2
HSL 116.09º 0.58% 0.53% -
HSV(B) 116.09º 0.68% 0.8% -
XYZ 25.48 45.07 12.51 -
YUV 149.7 80.76 74.72 -
System Red Green Blue C M Y K H S L
Decimal 75 204 66 0.63 0 0.68 0.2 116.09 0.58 0.53
Hex 4B CC 42 3F 0 44 14 74 3A 35
Octal 113 314 102 77 0 104 24 164 72 65
Binary 1001011 11001100 1000010 111111 0 1000100 10100 1110100 111010 110101

Color Harmonies of #4BCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCC42

Black with #4BCC42

Text Example


Text Example

White with #4BCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,204,66); }

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

background-color css

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

 a { background-color: rgb(75,204,66); }

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

border-color css

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

 span { border-color: rgb(75,204,66); }

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