Html Css Color HEX #34F039 Lime Green

📋 copy color: '#34F039'

red 52 ◦ green 240 ◦ blue 57

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

Shades of Lime Green #34F039

Tints of Lime Green #34F039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.33%

R = 14.9%
G = 68.77%
B = 16.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#34F039 (or 0x34F039) is known color: Lime Green. HEX triplet: 34, F0 and 39. RGB value is (52,240,57). Sum of RGB (Red+Green+Blue) = 52+240+57=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #34F039 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F039 is #CB0FC6. Grayscale: #A3A3A3. Windows color (decimal): -13307847 or 3797044. OLE color: 3797044.

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

Color convert

RGB 52 240 57 -
CMYK 0.78 0 0.76 0.06
HSL 121.6º 0.86% 0.57% -
HSV(B) 121.6º 0.78% 0.94% -
XYZ 33.31 63.35 14.34 -
YUV 162.93 68.22 48.88 -
System Red Green Blue C M Y K H S L
Decimal 52 240 57 0.78 0 0.76 0.06 121.6 0.86 0.57
Hex 34 F0 39 4E 0 4C 6 7A 56 39
Octal 64 360 71 116 0 114 6 172 126 71
Binary 110100 11110000 111001 1001110 0 1001100 110 1111010 1010110 111001

Color Harmonies of #34F039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F039

Black with #34F039

Text Example


Text Example

White with #34F039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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