Html Css Color HEX #34C44D Lime Green

📋 copy color: '#34C44D'

red 52 ◦ green 196 ◦ blue 77

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

Shades of Lime Green #34C44D

Tints of Lime Green #34C44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 60.31%

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

R = 16%
G = 60.31%
B = 23.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#34C44D (or 0x34C44D) is known color: Lime Green. HEX triplet: 34, C4 and 4D. RGB value is (52,196,77). Sum of RGB (Red+Green+Blue) = 52+196+77=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 196 (76.95% from 255 or 60.31% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 196 - color contains mainly: green. Hex color #34C44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C44D is #CB3BB2. Grayscale: #8B8B8B. Windows color (decimal): -13319091 or 5096500. OLE color: 5096500.

HSL color Cylindrical-coordinate representation of color #34C44D: hue angle of 130.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C44D is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 52 196 77 -
CMYK 0.73 0 0.61 0.23
HSL 130.42º 0.58% 0.49% -
HSV(B) 130.42º 0.73% 0.77% -
XYZ 22.5 40.75 13.7 -
YUV 139.38 92.79 65.68 -
System Red Green Blue C M Y K H S L
Decimal 52 196 77 0.73 0 0.61 0.23 130.42 0.58 0.49
Hex 34 C4 4D 49 0 3D 17 82 3A 31
Octal 64 304 115 111 0 75 27 202 72 61
Binary 110100 11000100 1001101 1001001 0 111101 10111 10000010 111010 110001

Color Harmonies of #34C44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C44D

Black with #34C44D

Text Example


Text Example

White with #34C44D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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