Html Css Color HEX #34D71D Lime Green

📋 copy color: '#34D71D'

red 52 ◦ green 215 ◦ blue 29

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

Shades of Lime Green #34D71D

Tints of Lime Green #34D71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.8%

R = 17.57%
G = 72.64%
B = 9.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#34D71D (or 0x34D71D) is known color: Lime Green. HEX triplet: 34, D7 and 1D. RGB value is (52,215,29). Sum of RGB (Red+Green+Blue) = 52+215+29=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 215 (84.38% from 255 or 72.64% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 215 - color contains mainly: green. Hex color #34D71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D71D is #CB28E2. Grayscale: #919191. Windows color (decimal): -13314275 or 1955636. OLE color: 1955636.

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

Color convert

RGB 52 215 29 -
CMYK 0.76 0 0.87 0.16
HSL 112.58º 0.76% 0.48% -
HSV(B) 112.58º 0.87% 0.84% -
XYZ 25.94 49.42 9.33 -
YUV 145.06 62.5 61.62 -
System Red Green Blue C M Y K H S L
Decimal 52 215 29 0.76 0 0.87 0.16 112.58 0.76 0.48
Hex 34 D7 1D 4C 0 57 10 71 4C 30
Octal 64 327 35 114 0 127 20 161 114 60
Binary 110100 11010111 11101 1001100 0 1010111 10000 1110001 1001100 110000

Color Harmonies of #34D71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D71D

Black with #34D71D

Text Example


Text Example

White with #34D71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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