Html Css Color HEX #34F037 Lime Green

📋 copy color: '#34F037'

red 52 ◦ green 240 ◦ blue 55

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

Shades of Lime Green #34F037

Tints of Lime Green #34F037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.85%

R = 14.99%
G = 69.16%
B = 15.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#34F037 (or 0x34F037) is known color: Lime Green. HEX triplet: 34, F0 and 37. RGB value is (52,240,55). Sum of RGB (Red+Green+Blue) = 52+240+55=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #34F037 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F037 is #CB0FC8. Grayscale: #A3A3A3. Windows color (decimal): -13307849 or 3665972. OLE color: 3665972.

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

Color convert

RGB 52 240 55 -
CMYK 0.78 0 0.77 0.06
HSL 120.96º 0.86% 0.57% -
HSV(B) 120.96º 0.78% 0.94% -
XYZ 33.27 63.33 14.08 -
YUV 162.7 67.22 49.04 -
System Red Green Blue C M Y K H S L
Decimal 52 240 55 0.78 0 0.77 0.06 120.96 0.86 0.57
Hex 34 F0 37 4E 0 4D 6 79 56 39
Octal 64 360 67 116 0 115 6 171 126 71
Binary 110100 11110000 110111 1001110 0 1001101 110 1111001 1010110 111001

Color Harmonies of #34F037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F037

Black with #34F037

Text Example


Text Example

White with #34F037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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