Html Css Color HEX #34EE50 Lime Green

📋 copy color: '#34EE50'

red 52 ◦ green 238 ◦ blue 80

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

Shades of Lime Green #34EE50

Tints of Lime Green #34EE50

RGB

 RED value IS 52 (20.7% from 255) = 14.05%

 GREEN value IS 238 (93.36% from 255) = 64.32%

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 14.05%
G = 64.32%
B = 21.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#34EE50 (or 0x34EE50) is known color: Lime Green. HEX triplet: 34, EE and 50. RGB value is (52,238,80). Sum of RGB (Red+Green+Blue) = 52+238+80=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 238 (93.36% from 255 or 64.32% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 238 - color contains mainly: green. Hex color #34EE50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EE50 is #CB11AF. Grayscale: #A4A4A4. Windows color (decimal): -13308336 or 5303860. OLE color: 5303860.

HSL color Cylindrical-coordinate representation of color #34EE50: hue angle of 129.03º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EE50 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 238 80 -
CMYK 0.78 0 0.66 0.07
HSL 129.03º 0.85% 0.57% -
HSV(B) 129.03º 0.78% 0.93% -
XYZ 33.44 62.46 17.88 -
YUV 164.37 80.38 47.85 -
System Red Green Blue C M Y K H S L
Decimal 52 238 80 0.78 0 0.66 0.07 129.03 0.85 0.57
Hex 34 EE 50 4E 0 42 7 81 55 39
Octal 64 356 120 116 0 102 7 201 125 71
Binary 110100 11101110 1010000 1001110 0 1000010 111 10000001 1010101 111001

Color Harmonies of #34EE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EE50

Black with #34EE50

Text Example


Text Example

White with #34EE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34EE50; }

 p { color: rgb(52,238,80); }

 H1.HeaderClassName
 {
   color: #34EE50;
 }
 .AnyTagClassName
 {
   color: #34EE50;
 }
</style>

background-color css

<style>
 a { background-color: #34EE50; }

 a { background-color: rgb(52,238,80); }

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

border-color css

<style>
 span { border-color: #34EE50; }

 span { border-color: rgb(52,238,80); }

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