Html Css Color HEX #34D721 Lime Green

📋 copy color: '#34D721'

red 52 ◦ green 215 ◦ blue 33

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

Shades of Lime Green #34D721

Tints of Lime Green #34D721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11%

R = 17.33%
G = 71.67%
B = 11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#34D721 (or 0x34D721) is known color: Lime Green. HEX triplet: 34, D7 and 21. RGB value is (52,215,33). Sum of RGB (Red+Green+Blue) = 52+215+33=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 215 (84.38% from 255 or 71.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 215 - color contains mainly: green. Hex color #34D721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D721 is #CB28DE. Grayscale: #929292. Windows color (decimal): -13314271 or 2217780. OLE color: 2217780.

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

Color convert

RGB 52 215 33 -
CMYK 0.76 0 0.85 0.16
HSL 113.74º 0.73% 0.49% -
HSV(B) 113.74º 0.85% 0.84% -
XYZ 25.99 49.44 9.61 -
YUV 145.52 64.5 61.3 -
System Red Green Blue C M Y K H S L
Decimal 52 215 33 0.76 0 0.85 0.16 113.74 0.73 0.49
Hex 34 D7 21 4C 0 55 10 72 49 31
Octal 64 327 41 114 0 125 20 162 111 61
Binary 110100 11010111 100001 1001100 0 1010101 10000 1110010 1001001 110001

Color Harmonies of #34D721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D721

Black with #34D721

Text Example


Text Example

White with #34D721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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