Html Css Color HEX #4BED32 Lime Green

📋 copy color: '#4BED32'

red 75 ◦ green 237 ◦ blue 50

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

Shades of Lime Green #4BED32

Tints of Lime Green #4BED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 65.47%

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 20.72%
G = 65.47%
B = 13.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#4BED32 (or 0x4BED32) is known color: Lime Green. HEX triplet: 4B, ED and 32. RGB value is (75,237,50). Sum of RGB (Red+Green+Blue) = 75+237+50=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 237 (92.97% from 255 or 65.47% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 237 - color contains mainly: green. Hex color #4BED32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BED32 is #B412CD. Grayscale: #A7A7A7. Windows color (decimal): -11801294 or 3337547. OLE color: 3337547.

HSL color Cylindrical-coordinate representation of color #4BED32: hue angle of 111.98º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4BED32 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 237 50 -
CMYK 0.68 0 0.79 0.07
HSL 111.98º 0.84% 0.56% -
HSV(B) 111.98º 0.79% 0.93% -
XYZ 33.76 62.29 13.26 -
YUV 167.24 61.83 62.21 -
System Red Green Blue C M Y K H S L
Decimal 75 237 50 0.68 0 0.79 0.07 111.98 0.84 0.56
Hex 4B ED 32 44 0 4F 7 70 54 38
Octal 113 355 62 104 0 117 7 160 124 70
Binary 1001011 11101101 110010 1000100 0 1001111 111 1110000 1010100 111000

Color Harmonies of #4BED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BED32

Black with #4BED32

Text Example


Text Example

White with #4BED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,237,50); }

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

background-color css

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

 a { background-color: rgb(75,237,50); }

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

border-color css

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

 span { border-color: rgb(75,237,50); }

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