Html Css Color HEX #34D04F Lime Green

📋 copy color: '#34D04F'

red 52 ◦ green 208 ◦ blue 79

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

Shades of Lime Green #34D04F

Tints of Lime Green #34D04F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.36%

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 15.34%
G = 61.36%
B = 23.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#34D04F (or 0x34D04F) is known color: Lime Green. HEX triplet: 34, D0 and 4F. RGB value is (52,208,79). Sum of RGB (Red+Green+Blue) = 52+208+79=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #34D04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D04F is #CB2FB0. Grayscale: #939393. Windows color (decimal): -13316017 or 5230644. OLE color: 5230644.

HSL color Cylindrical-coordinate representation of color #34D04F: hue angle of 130.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D04F is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 208 79 -
CMYK 0.75 0 0.62 0.18
HSL 130.38º 0.62% 0.51% -
HSV(B) 130.38º 0.75% 0.82% -
XYZ 25.38 46.41 15.02 -
YUV 146.65 89.82 60.49 -
System Red Green Blue C M Y K H S L
Decimal 52 208 79 0.75 0 0.62 0.18 130.38 0.62 0.51
Hex 34 D0 4F 4B 0 3E 12 82 3E 33
Octal 64 320 117 113 0 76 22 202 76 63
Binary 110100 11010000 1001111 1001011 0 111110 10010 10000010 111110 110011

Color Harmonies of #34D04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D04F

Black with #34D04F

Text Example


Text Example

White with #34D04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,208,79); }

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

background-color css

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

 a { background-color: rgb(52,208,79); }

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

border-color css

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

 span { border-color: rgb(52,208,79); }

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