Html Css Color HEX #34F040 Lime Green

📋 copy color: '#34F040'

red 52 ◦ green 240 ◦ blue 64

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

Shades of Lime Green #34F040

Tints of Lime Green #34F040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 14.61%
G = 67.42%
B = 17.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#34F040 (or 0x34F040) is known color: Lime Green. HEX triplet: 34, F0 and 40. RGB value is (52,240,64). Sum of RGB (Red+Green+Blue) = 52+240+64=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #34F040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F040 is #CB0FBF. Grayscale: #A4A4A4. Windows color (decimal): -13307840 or 4255796. OLE color: 4255796.

HSL color Cylindrical-coordinate representation of color #34F040: hue angle of 123.83º 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 #34F040 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 240 64 -
CMYK 0.78 0 0.73 0.06
HSL 123.83º 0.86% 0.57% -
HSV(B) 123.83º 0.78% 0.94% -
XYZ 33.5 63.42 15.33 -
YUV 163.72 71.72 48.31 -
System Red Green Blue C M Y K H S L
Decimal 52 240 64 0.78 0 0.73 0.06 123.83 0.86 0.57
Hex 34 F0 40 4E 0 49 6 7C 56 39
Octal 64 360 100 116 0 111 6 174 126 71
Binary 110100 11110000 1000000 1001110 0 1001001 110 1111100 1010110 111001

Color Harmonies of #34F040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F040

Black with #34F040

Text Example


Text Example

White with #34F040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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