Html Css Color HEX #34D52F Lime Green

📋 copy color: '#34D52F'

red 52 ◦ green 213 ◦ blue 47

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

Shades of Lime Green #34D52F

Tints of Lime Green #34D52F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.27%

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 16.67%
G = 68.27%
B = 15.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#34D52F (or 0x34D52F) is known color: Lime Green. HEX triplet: 34, D5 and 2F. RGB value is (52,213,47). Sum of RGB (Red+Green+Blue) = 52+213+47=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 213 (83.59% from 255 or 68.27% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 213 - color contains mainly: green. Hex color #34D52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D52F is #CB2AD0. Grayscale: #929292. Windows color (decimal): -13314769 or 3134772. OLE color: 3134772.

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

Color convert

RGB 52 213 47 -
CMYK 0.76 0 0.78 0.16
HSL 118.19º 0.66% 0.51% -
HSV(B) 118.19º 0.78% 0.84% -
XYZ 25.72 48.52 10.7 -
YUV 145.94 72.16 61 -
System Red Green Blue C M Y K H S L
Decimal 52 213 47 0.76 0 0.78 0.16 118.19 0.66 0.51
Hex 34 D5 2F 4C 0 4E 10 76 42 33
Octal 64 325 57 114 0 116 20 166 102 63
Binary 110100 11010101 101111 1001100 0 1001110 10000 1110110 1000010 110011

Color Harmonies of #34D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D52F

Black with #34D52F

Text Example


Text Example

White with #34D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,213,47); }

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

background-color css

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

 a { background-color: rgb(52,213,47); }

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

border-color css

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

 span { border-color: rgb(52,213,47); }

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