Html Css Color HEX #34D71B Lime Green

📋 copy color: '#34D71B'

red 52 ◦ green 215 ◦ blue 27

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

Shades of Lime Green #34D71B

Tints of Lime Green #34D71B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.13%

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 17.69%
G = 73.13%
B = 9.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#34D71B (or 0x34D71B) is known color: Lime Green. HEX triplet: 34, D7 and 1B. RGB value is (52,215,27). Sum of RGB (Red+Green+Blue) = 52+215+27=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 215 (84.38% from 255 or 73.13% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 215 - color contains mainly: green. Hex color #34D71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D71B is #CB28E4. Grayscale: #919191. Windows color (decimal): -13314277 or 1824564. OLE color: 1824564.

HSL color Cylindrical-coordinate representation of color #34D71B: hue angle of 112.02º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34D71B is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 215 27 -
CMYK 0.76 0 0.87 0.16
HSL 112.02º 0.78% 0.47% -
HSV(B) 112.02º 0.87% 0.84% -
XYZ 25.91 49.41 9.21 -
YUV 144.83 61.5 61.79 -
System Red Green Blue C M Y K H S L
Decimal 52 215 27 0.76 0 0.87 0.16 112.02 0.78 0.47
Hex 34 D7 1B 4C 0 57 10 70 4E 2F
Octal 64 327 33 114 0 127 20 160 116 57
Binary 110100 11010111 11011 1001100 0 1010111 10000 1110000 1001110 101111

Color Harmonies of #34D71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D71B

Black with #34D71B

Text Example


Text Example

White with #34D71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,215,27); }

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

background-color css

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

 a { background-color: rgb(52,215,27); }

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

border-color css

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

 span { border-color: rgb(52,215,27); }

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