Html Css Color HEX #4ED34B Lime Green

📋 copy color: '#4ED34B'

red 78 ◦ green 211 ◦ blue 75

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

Shades of Lime Green #4ED34B

Tints of Lime Green #4ED34B

RGB

 RED value IS 78 (30.86% from 255) = 21.43%

 GREEN value IS 211 (82.81% from 255) = 57.97%

 BLUE value IS 75 (29.69% from 255) = 20.6%

R = 21.43%
G = 57.97%
B = 20.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#4ED34B (or 0x4ED34B) is known color: Lime Green. HEX triplet: 4E, D3 and 4B. RGB value is (78,211,75). Sum of RGB (Red+Green+Blue) = 78+211+75=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 211 (82.81% from 255 or 57.97% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 211 - color contains mainly: green. Hex color #4ED34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED34B is #B12CB4. Grayscale: #9C9C9C. Windows color (decimal): -11611317 or 4969294. OLE color: 4969294.

HSL color Cylindrical-coordinate representation of color #4ED34B: hue angle of 118.68º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED34B is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 78 211 75 -
CMYK 0.63 0 0.64 0.17
HSL 118.68º 0.61% 0.56% -
HSV(B) 118.68º 0.64% 0.83% -
XYZ 27.71 48.72 14.6 -
YUV 155.73 82.44 72.56 -
System Red Green Blue C M Y K H S L
Decimal 78 211 75 0.63 0 0.64 0.17 118.68 0.61 0.56
Hex 4E D3 4B 3F 0 40 11 77 3D 38
Octal 116 323 113 77 0 100 21 167 75 70
Binary 1001110 11010011 1001011 111111 0 1000000 10001 1110111 111101 111000

Color Harmonies of #4ED34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED34B

Black with #4ED34B

Text Example


Text Example

White with #4ED34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,211,75); }

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

background-color css

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

 a { background-color: rgb(78,211,75); }

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

border-color css

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

 span { border-color: rgb(78,211,75); }

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