Html Css Color HEX #34F04D Lime Green

📋 copy color: '#34F04D'

red 52 ◦ green 240 ◦ blue 77

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

Shades of Lime Green #34F04D

Tints of Lime Green #34F04D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.04%

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 14.09%
G = 65.04%
B = 20.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#34F04D (or 0x34F04D) is known color: Lime Green. HEX triplet: 34, F0 and 4D. RGB value is (52,240,77). Sum of RGB (Red+Green+Blue) = 52+240+77=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #34F04D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F04D is #CB0FB2. Grayscale: #A5A5A5. Windows color (decimal): -13307827 or 5107764. OLE color: 5107764.

HSL color Cylindrical-coordinate representation of color #34F04D: hue angle of 127.98º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F04D is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 240 77 -
CMYK 0.78 0 0.68 0.06
HSL 127.98º 0.86% 0.57% -
HSV(B) 127.98º 0.78% 0.94% -
XYZ 33.92 63.59 17.51 -
YUV 165.21 78.22 47.25 -
System Red Green Blue C M Y K H S L
Decimal 52 240 77 0.78 0 0.68 0.06 127.98 0.86 0.57
Hex 34 F0 4D 4E 0 44 6 80 56 39
Octal 64 360 115 116 0 104 6 200 126 71
Binary 110100 11110000 1001101 1001110 0 1000100 110 10000000 1010110 111001

Color Harmonies of #34F04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F04D

Black with #34F04D

Text Example


Text Example

White with #34F04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,240,77); }

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

background-color css

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

 a { background-color: rgb(52,240,77); }

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

border-color css

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

 span { border-color: rgb(52,240,77); }

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