Html Css Color HEX #34D81B Lime Green

📋 copy color: '#34D81B'

red 52 ◦ green 216 ◦ blue 27

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

Shades of Lime Green #34D81B

Tints of Lime Green #34D81B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 73.22%

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

R = 17.63%
G = 73.22%
B = 9.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#34D81B (or 0x34D81B) is known color: Lime Green. HEX triplet: 34, D8 and 1B. RGB value is (52,216,27). Sum of RGB (Red+Green+Blue) = 52+216+27=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 216 (84.77% from 255 or 73.22% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 216 - color contains mainly: green. Hex color #34D81B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D81B is #CB27E4. Grayscale: #929292. Windows color (decimal): -13314021 or 1824820. OLE color: 1824820.

HSL color Cylindrical-coordinate representation of color #34D81B: hue angle of 112.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34D81B is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 216 27 -
CMYK 0.76 0 0.88 0.15
HSL 112.06º 0.78% 0.48% -
HSV(B) 112.06º 0.88% 0.85% -
XYZ 26.17 49.92 9.29 -
YUV 145.42 61.17 61.37 -
System Red Green Blue C M Y K H S L
Decimal 52 216 27 0.76 0 0.88 0.15 112.06 0.78 0.48
Hex 34 D8 1B 4C 0 58 F 70 4E 30
Octal 64 330 33 114 0 130 17 160 116 60
Binary 110100 11011000 11011 1001100 0 1011000 1111 1110000 1001110 110000

Color Harmonies of #34D81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D81B

Black with #34D81B

Text Example


Text Example

White with #34D81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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