Html Css Color HEX #34BE4D Lime Green

📋 copy color: '#34BE4D'

red 52 ◦ green 190 ◦ blue 77

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

Shades of Lime Green #34BE4D

Tints of Lime Green #34BE4D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.56%

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 16.3%
G = 59.56%
B = 24.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#34BE4D (or 0x34BE4D) is known color: Lime Green. HEX triplet: 34, BE and 4D. RGB value is (52,190,77). Sum of RGB (Red+Green+Blue) = 52+190+77=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 190 (74.61% from 255 or 59.56% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BE4D is #CB41B2. Grayscale: #888888. Windows color (decimal): -13320627 or 5094964. OLE color: 5094964.

HSL color Cylindrical-coordinate representation of color #34BE4D: hue angle of 130.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BE4D is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 190 77 -
CMYK 0.73 0 0.59 0.25
HSL 130.87º 0.57% 0.47% -
HSV(B) 130.87º 0.73% 0.75% -
XYZ 21.17 38.09 13.26 -
YUV 135.86 94.78 68.19 -
System Red Green Blue C M Y K H S L
Decimal 52 190 77 0.73 0 0.59 0.25 130.87 0.57 0.47
Hex 34 BE 4D 49 0 3B 19 83 39 2F
Octal 64 276 115 111 0 73 31 203 71 57
Binary 110100 10111110 1001101 1001001 0 111011 11001 10000011 111001 101111

Color Harmonies of #34BE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BE4D

Black with #34BE4D

Text Example


Text Example

White with #34BE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,190,77); }

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

background-color css

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

 a { background-color: rgb(52,190,77); }

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

border-color css

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

 span { border-color: rgb(52,190,77); }

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