Html Css Color HEX #34F036 Lime Green

📋 copy color: '#34F036'

red 52 ◦ green 240 ◦ blue 54

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

Shades of Lime Green #34F036

Tints of Lime Green #34F036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.61%

R = 15.03%
G = 69.36%
B = 15.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#34F036 (or 0x34F036) is known color: Lime Green. HEX triplet: 34, F0 and 36. RGB value is (52,240,54). Sum of RGB (Red+Green+Blue) = 52+240+54=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 240 (94.14% from 255 or 69.36% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 240 - color contains mainly: green. Hex color #34F036 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F036 is #CB0FC9. Grayscale: #A3A3A3. Windows color (decimal): -13307850 or 3600436. OLE color: 3600436.

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

Color convert

RGB 52 240 54 -
CMYK 0.78 0 0.78 0.06
HSL 120.64º 0.86% 0.57% -
HSV(B) 120.64º 0.78% 0.94% -
XYZ 33.24 63.32 13.96 -
YUV 162.58 66.72 49.12 -
System Red Green Blue C M Y K H S L
Decimal 52 240 54 0.78 0 0.78 0.06 120.64 0.86 0.57
Hex 34 F0 36 4E 0 4E 6 79 56 39
Octal 64 360 66 116 0 116 6 171 126 71
Binary 110100 11110000 110110 1001110 0 1001110 110 1111001 1010110 111001

Color Harmonies of #34F036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F036

Black with #34F036

Text Example


Text Example

White with #34F036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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