Html Css Color HEX #4BDC27 Lime Green

📋 copy color: '#4BDC27'

red 75 ◦ green 220 ◦ blue 39

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

Shades of Lime Green #4BDC27

Tints of Lime Green #4BDC27

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.87%

 BLUE value IS 39 (15.63% from 255) = 11.68%

R = 22.46%
G = 65.87%
B = 11.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#4BDC27 (or 0x4BDC27) is known color: Lime Green. HEX triplet: 4B, DC and 27. RGB value is (75,220,39). Sum of RGB (Red+Green+Blue) = 75+220+39=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDC27 is #B423D8. Grayscale: #9C9C9C. Windows color (decimal): -11805657 or 2612299. OLE color: 2612299.

HSL color Cylindrical-coordinate representation of color #4BDC27: hue angle of 108.07º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4BDC27 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 220 39 -
CMYK 0.66 0 0.82 0.14
HSL 108.07º 0.72% 0.51% -
HSV(B) 108.07º 0.82% 0.86% -
XYZ 28.86 52.83 10.6 -
YUV 156.01 61.96 70.22 -
System Red Green Blue C M Y K H S L
Decimal 75 220 39 0.66 0 0.82 0.14 108.07 0.72 0.51
Hex 4B DC 27 42 0 52 E 6C 48 33
Octal 113 334 47 102 0 122 16 154 110 63
Binary 1001011 11011100 100111 1000010 0 1010010 1110 1101100 1001000 110011

Color Harmonies of #4BDC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC27

Black with #4BDC27

Text Example


Text Example

White with #4BDC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,220,39); }

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

background-color css

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

 a { background-color: rgb(75,220,39); }

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

border-color css

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

 span { border-color: rgb(75,220,39); }

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