Html Css Color HEX #4BCA40 Lime Green

📋 copy color: '#4BCA40'

red 75 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #4BCA40

Tints of Lime Green #4BCA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.24%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 21.99%
G = 59.24%
B = 18.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#4BCA40 (or 0x4BCA40) is known color: Lime Green. HEX triplet: 4B, CA and 40. RGB value is (75,202,64). Sum of RGB (Red+Green+Blue) = 75+202+64=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCA40 is #B435BF. Grayscale: #949494. Windows color (decimal): -11810240 or 4246091. OLE color: 4246091.

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

Color convert

RGB 75 202 64 -
CMYK 0.63 0 0.68 0.21
HSL 115.22º 0.57% 0.52% -
HSV(B) 115.22º 0.68% 0.79% -
XYZ 24.95 44.11 12.05 -
YUV 148.3 80.42 75.72 -
System Red Green Blue C M Y K H S L
Decimal 75 202 64 0.63 0 0.68 0.21 115.22 0.57 0.52
Hex 4B CA 40 3F 0 44 15 73 39 34
Octal 113 312 100 77 0 104 25 163 71 64
Binary 1001011 11001010 1000000 111111 0 1000100 10101 1110011 111001 110100

Color Harmonies of #4BCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCA40

Black with #4BCA40

Text Example


Text Example

White with #4BCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,202,64); }

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

background-color css

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

 a { background-color: rgb(75,202,64); }

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

border-color css

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

 span { border-color: rgb(75,202,64); }

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