Html Css Color HEX #34BF4D Lime Green

📋 copy color: '#34BF4D'

red 52 ◦ green 191 ◦ blue 77

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

Shades of Lime Green #34BF4D

Tints of Lime Green #34BF4D

RGB

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

 GREEN value IS 191 (75% from 255) = 59.69%

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

R = 16.25%
G = 59.69%
B = 24.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#34BF4D (or 0x34BF4D) is known color: Lime Green. HEX triplet: 34, BF and 4D. RGB value is (52,191,77). Sum of RGB (Red+Green+Blue) = 52+191+77=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BF4D is #CB40B2. Grayscale: #888888. Windows color (decimal): -13320371 or 5095220. OLE color: 5095220.

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

Color convert

RGB 52 191 77 -
CMYK 0.73 0 0.60 0.25
HSL 130.79º 0.57% 0.48% -
HSV(B) 130.79º 0.73% 0.75% -
XYZ 21.39 38.53 13.33 -
YUV 136.44 94.45 67.77 -
System Red Green Blue C M Y K H S L
Decimal 52 191 77 0.73 0 0.60 0.25 130.79 0.57 0.48
Hex 34 BF 4D 49 0 3C 19 83 39 30
Octal 64 277 115 111 0 74 31 203 71 60
Binary 110100 10111111 1001101 1001001 0 111100 11001 10000011 111001 110000

Color Harmonies of #34BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BF4D

Black with #34BF4D

Text Example


Text Example

White with #34BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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