Html Css Color HEX #4BD241 Lime Green

📋 copy color: '#4BD241'

red 75 ◦ green 210 ◦ blue 65

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

Shades of Lime Green #4BD241

Tints of Lime Green #4BD241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60%

 BLUE value IS 65 (25.78% from 255) = 18.57%

R = 21.43%
G = 60%
B = 18.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#4BD241 (or 0x4BD241) is known color: Lime Green. HEX triplet: 4B, D2 and 41. RGB value is (75,210,65). Sum of RGB (Red+Green+Blue) = 75+210+65=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD241 is #B42DBE. Grayscale: #999999. Windows color (decimal): -11808191 or 4313675. OLE color: 4313675.

HSL color Cylindrical-coordinate representation of color #4BD241: hue angle of 115.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BD241 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 75 210 65 -
CMYK 0.64 0 0.69 0.18
HSL 115.86º 0.62% 0.54% -
HSV(B) 115.86º 0.69% 0.82% -
XYZ 26.9 47.97 12.84 -
YUV 153.11 78.27 72.29 -
System Red Green Blue C M Y K H S L
Decimal 75 210 65 0.64 0 0.69 0.18 115.86 0.62 0.54
Hex 4B D2 41 40 0 45 12 74 3E 36
Octal 113 322 101 100 0 105 22 164 76 66
Binary 1001011 11010010 1000001 1000000 0 1000101 10010 1110100 111110 110110

Color Harmonies of #4BD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD241

Black with #4BD241

Text Example


Text Example

White with #4BD241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,210,65); }

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

background-color css

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

 a { background-color: rgb(75,210,65); }

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

border-color css

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

 span { border-color: rgb(75,210,65); }

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