Html Css Color HEX #34D711 Lime Green

📋 copy color: '#34D711'

red 52 ◦ green 215 ◦ blue 17

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

Shades of Lime Green #34D711

Tints of Lime Green #34D711

RGB

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

 GREEN value IS 215 (84.38% from 255) = 75.7%

 BLUE value IS 17 (7.03% from 255) = 5.99%

R = 18.31%
G = 75.7%
B = 5.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#34D711 (or 0x34D711) is known color: Lime Green. HEX triplet: 34, D7 and 11. RGB value is (52,215,17). Sum of RGB (Red+Green+Blue) = 52+215+17=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 215 (84.38% from 255 or 75.70% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 215 - color contains mainly: green. Hex color #34D711 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D711 is #CB28EE. Grayscale: #909090. Windows color (decimal): -13314287 or 1169204. OLE color: 1169204.

HSL color Cylindrical-coordinate representation of color #34D711: hue angle of 109.39º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34D711 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 215 17 -
CMYK 0.76 0 0.92 0.16
HSL 109.39º 0.85% 0.45% -
HSV(B) 109.39º 0.92% 0.84% -
XYZ 25.82 49.37 8.7 -
YUV 143.69 56.5 62.6 -
System Red Green Blue C M Y K H S L
Decimal 52 215 17 0.76 0 0.92 0.16 109.39 0.85 0.45
Hex 34 D7 11 4C 0 5C 10 6D 55 2D
Octal 64 327 21 114 0 134 20 155 125 55
Binary 110100 11010111 10001 1001100 0 1011100 10000 1101101 1010101 101101

Color Harmonies of #34D711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D711

Black with #34D711

Text Example


Text Example

White with #34D711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,215,17); }

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

background-color css

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

 a { background-color: rgb(52,215,17); }

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

border-color css

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

 span { border-color: rgb(52,215,17); }

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