Html Css Color HEX #34DF47 Lime Green

📋 copy color: '#34DF47'

red 52 ◦ green 223 ◦ blue 71

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

Shades of Lime Green #34DF47

Tints of Lime Green #34DF47

RGB

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

 GREEN value IS 223 (87.5% from 255) = 64.45%

 BLUE value IS 71 (28.13% from 255) = 20.52%

R = 15.03%
G = 64.45%
B = 20.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#34DF47 (or 0x34DF47) is known color: Lime Green. HEX triplet: 34, DF and 47. RGB value is (52,223,71). Sum of RGB (Red+Green+Blue) = 52+223+71=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DF47 is #CB20B8. Grayscale: #9A9A9A. Windows color (decimal): -13312185 or 4710196. OLE color: 4710196.

HSL color Cylindrical-coordinate representation of color #34DF47: hue angle of 126.67º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DF47 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 223 71 -
CMYK 0.77 0 0.68 0.13
HSL 126.67º 0.73% 0.54% -
HSV(B) 126.67º 0.77% 0.87% -
XYZ 28.94 53.96 14.85 -
YUV 154.54 80.85 54.86 -
System Red Green Blue C M Y K H S L
Decimal 52 223 71 0.77 0 0.68 0.13 126.67 0.73 0.54
Hex 34 DF 47 4D 0 44 D 7F 49 36
Octal 64 337 107 115 0 104 15 177 111 66
Binary 110100 11011111 1000111 1001101 0 1000100 1101 1111111 1001001 110110

Color Harmonies of #34DF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DF47

Black with #34DF47

Text Example


Text Example

White with #34DF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,223,71); }

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

background-color css

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

 a { background-color: rgb(52,223,71); }

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

border-color css

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

 span { border-color: rgb(52,223,71); }

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