Html Css Color HEX #4BCD37 Lime Green

📋 copy color: '#4BCD37'

red 75 ◦ green 205 ◦ blue 55

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

Shades of Lime Green #4BCD37

Tints of Lime Green #4BCD37

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.19%

 BLUE value IS 55 (21.88% from 255) = 16.42%

R = 22.39%
G = 61.19%
B = 16.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#4BCD37 (or 0x4BCD37) is known color: Lime Green. HEX triplet: 4B, CD and 37. RGB value is (75,205,55). Sum of RGB (Red+Green+Blue) = 75+205+55=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCD37 is #B432C8. Grayscale: #959595. Windows color (decimal): -11809481 or 3657035. OLE color: 3657035.

HSL color Cylindrical-coordinate representation of color #4BCD37: hue angle of 112º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BCD37 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 205 55 -
CMYK 0.63 0 0.73 0.20
HSL 112º 0.6% 0.51% -
HSV(B) 112º 0.73% 0.8% -
XYZ 25.42 45.43 11.04 -
YUV 149.03 74.93 75.2 -
System Red Green Blue C M Y K H S L
Decimal 75 205 55 0.63 0 0.73 0.20 112 0.6 0.51
Hex 4B CD 37 3F 0 49 14 70 3C 33
Octal 113 315 67 77 0 111 24 160 74 63
Binary 1001011 11001101 110111 111111 0 1001001 10100 1110000 111100 110011

Color Harmonies of #4BCD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCD37

Black with #4BCD37

Text Example


Text Example

White with #4BCD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,205,55); }

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

background-color css

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

 a { background-color: rgb(75,205,55); }

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

border-color css

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

 span { border-color: rgb(75,205,55); }

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