Html Css Color HEX #34D927 Lime Green

📋 copy color: '#34D927'

red 52 ◦ green 217 ◦ blue 39

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

Shades of Lime Green #34D927

Tints of Lime Green #34D927

RGB

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

 GREEN value IS 217 (85.16% from 255) = 70.45%

 BLUE value IS 39 (15.63% from 255) = 12.66%

R = 16.88%
G = 70.45%
B = 12.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#34D927 (or 0x34D927) is known color: Lime Green. HEX triplet: 34, D9 and 27. RGB value is (52,217,39). Sum of RGB (Red+Green+Blue) = 52+217+39=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 217 (85.16% from 255 or 70.45% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 217 - color contains mainly: green. Hex color #34D927 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D927 is #CB26D8. Grayscale: #939393. Windows color (decimal): -13313753 or 2611508. OLE color: 2611508.

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

Color convert

RGB 52 217 39 -
CMYK 0.76 0 0.82 0.15
HSL 115.62º 0.7% 0.5% -
HSV(B) 115.62º 0.82% 0.85% -
XYZ 26.6 50.5 10.27 -
YUV 147.37 66.84 59.97 -
System Red Green Blue C M Y K H S L
Decimal 52 217 39 0.76 0 0.82 0.15 115.62 0.7 0.5
Hex 34 D9 27 4C 0 52 F 74 46 32
Octal 64 331 47 114 0 122 17 164 106 62
Binary 110100 11011001 100111 1001100 0 1010010 1111 1110100 1000110 110010

Color Harmonies of #34D927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D927

Black with #34D927

Text Example


Text Example

White with #34D927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,217,39); }

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

background-color css

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

 a { background-color: rgb(52,217,39); }

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

border-color css

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

 span { border-color: rgb(52,217,39); }

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