Html Css Color HEX #34F032 Lime Green

📋 copy color: '#34F032'

red 52 ◦ green 240 ◦ blue 50

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

Shades of Lime Green #34F032

Tints of Lime Green #34F032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 15.2%
G = 70.18%
B = 14.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#34F032 (or 0x34F032) is known color: Lime Green. HEX triplet: 34, F0 and 32. RGB value is (52,240,50). Sum of RGB (Red+Green+Blue) = 52+240+50=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 240 (94.14% from 255 or 70.18% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 240 - color contains mainly: green. Hex color #34F032 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F032 is #CB0FCD. Grayscale: #A2A2A2. Windows color (decimal): -13307854 or 3338292. OLE color: 3338292.

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

Color convert

RGB 52 240 50 -
CMYK 0.78 0 0.79 0.06
HSL 119.37º 0.86% 0.57% -
HSV(B) 119.37º 0.79% 0.94% -
XYZ 33.15 63.28 13.48 -
YUV 162.13 64.72 49.45 -
System Red Green Blue C M Y K H S L
Decimal 52 240 50 0.78 0 0.79 0.06 119.37 0.86 0.57
Hex 34 F0 32 4E 0 4F 6 77 56 39
Octal 64 360 62 116 0 117 6 167 126 71
Binary 110100 11110000 110010 1001110 0 1001111 110 1110111 1010110 111001

Color Harmonies of #34F032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F032

Black with #34F032

Text Example


Text Example

White with #34F032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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