Html Css Color HEX #34C71C Lime Green

📋 copy color: '#34C71C'

red 52 ◦ green 199 ◦ blue 28

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

Shades of Lime Green #34C71C

Tints of Lime Green #34C71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 71.33%

 BLUE value IS 28 (11.33% from 255) = 10.04%

R = 18.64%
G = 71.33%
B = 10.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#34C71C (or 0x34C71C) is known color: Lime Green. HEX triplet: 34, C7 and 1C. RGB value is (52,199,28). Sum of RGB (Red+Green+Blue) = 52+199+28=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 199 (78.12% from 255 or 71.33% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 199 - color contains mainly: green. Hex color #34C71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C71C is #CB38E3. Grayscale: #888888. Windows color (decimal): -13318372 or 1886004. OLE color: 1886004.

HSL color Cylindrical-coordinate representation of color #34C71C: hue angle of 111.58º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34C71C is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 199 28 -
CMYK 0.74 0 0.86 0.22
HSL 111.58º 0.75% 0.45% -
HSV(B) 111.58º 0.86% 0.78% -
XYZ 22.05 41.66 7.98 -
YUV 135.55 67.3 68.4 -
System Red Green Blue C M Y K H S L
Decimal 52 199 28 0.74 0 0.86 0.22 111.58 0.75 0.45
Hex 34 C7 1C 4A 0 56 16 70 4B 2D
Octal 64 307 34 112 0 126 26 160 113 55
Binary 110100 11000111 11100 1001010 0 1010110 10110 1110000 1001011 101101

Color Harmonies of #34C71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C71C

Black with #34C71C

Text Example


Text Example

White with #34C71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,199,28); }

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

background-color css

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

 a { background-color: rgb(52,199,28); }

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

border-color css

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

 span { border-color: rgb(52,199,28); }

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