Html Css Color HEX #34C71D Lime Green

📋 copy color: '#34C71D'

red 52 ◦ green 199 ◦ blue 29

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

Shades of Lime Green #34C71D

Tints of Lime Green #34C71D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 71.07%

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

R = 18.57%
G = 71.07%
B = 10.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#34C71D (or 0x34C71D) is known color: Lime Green. HEX triplet: 34, C7 and 1D. RGB value is (52,199,29). Sum of RGB (Red+Green+Blue) = 52+199+29=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 199 (78.12% from 255 or 71.07% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 199 - color contains mainly: green. Hex color #34C71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C71D is #CB38E2. Grayscale: #888888. Windows color (decimal): -13318371 or 1951540. OLE color: 1951540.

HSL color Cylindrical-coordinate representation of color #34C71D: hue angle of 111.88º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34C71D is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 199 29 -
CMYK 0.74 0 0.85 0.22
HSL 111.88º 0.75% 0.45% -
HSV(B) 111.88º 0.85% 0.78% -
XYZ 22.06 41.67 8.04 -
YUV 135.67 67.8 68.32 -
System Red Green Blue C M Y K H S L
Decimal 52 199 29 0.74 0 0.85 0.22 111.88 0.75 0.45
Hex 34 C7 1D 4A 0 55 16 70 4B 2D
Octal 64 307 35 112 0 125 26 160 113 55
Binary 110100 11000111 11101 1001010 0 1010101 10110 1110000 1001011 101101

Color Harmonies of #34C71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C71D

Black with #34C71D

Text Example


Text Example

White with #34C71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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