Html Css Color HEX #34CE47 Lime Green

📋 copy color: '#34CE47'

red 52 ◦ green 206 ◦ blue 71

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

Shades of Lime Green #34CE47

Tints of Lime Green #34CE47

RGB

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

 GREEN value IS 206 (80.86% from 255) = 62.61%

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 15.81%
G = 62.61%
B = 21.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#34CE47 (or 0x34CE47) is known color: Lime Green. HEX triplet: 34, CE and 47. RGB value is (52,206,71). Sum of RGB (Red+Green+Blue) = 52+206+71=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CE47 is #CB31B8. Grayscale: #909090. Windows color (decimal): -13316537 or 4705844. OLE color: 4705844.

HSL color Cylindrical-coordinate representation of color #34CE47: hue angle of 127.4º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CE47 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 206 71 -
CMYK 0.75 0 0.66 0.19
HSL 127.4º 0.61% 0.51% -
HSV(B) 127.4º 0.75% 0.81% -
XYZ 24.62 45.33 13.41 -
YUV 144.56 86.48 61.98 -
System Red Green Blue C M Y K H S L
Decimal 52 206 71 0.75 0 0.66 0.19 127.4 0.61 0.51
Hex 34 CE 47 4B 0 42 13 7F 3D 33
Octal 64 316 107 113 0 102 23 177 75 63
Binary 110100 11001110 1000111 1001011 0 1000010 10011 1111111 111101 110011

Color Harmonies of #34CE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CE47

Black with #34CE47

Text Example


Text Example

White with #34CE47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,206,71); }

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

background-color css

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

 a { background-color: rgb(52,206,71); }

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

border-color css

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

 span { border-color: rgb(52,206,71); }

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