Html Css Color HEX #34DF31 Lime Green

📋 copy color: '#34DF31'

red 52 ◦ green 223 ◦ blue 49

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

Shades of Lime Green #34DF31

Tints of Lime Green #34DF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 68.83%

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 16.05%
G = 68.83%
B = 15.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#34DF31 (or 0x34DF31) is known color: Lime Green. HEX triplet: 34, DF and 31. RGB value is (52,223,49). Sum of RGB (Red+Green+Blue) = 52+223+49=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DF31 is #CB20CE. Grayscale: #989898. Windows color (decimal): -13312207 or 3268404. OLE color: 3268404.

HSL color Cylindrical-coordinate representation of color #34DF31: hue angle of 118.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34DF31 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 223 49 -
CMYK 0.77 0 0.78 0.13
HSL 118.97º 0.73% 0.53% -
HSV(B) 118.97º 0.78% 0.87% -
XYZ 28.36 53.73 11.78 -
YUV 152.04 69.85 56.65 -
System Red Green Blue C M Y K H S L
Decimal 52 223 49 0.77 0 0.78 0.13 118.97 0.73 0.53
Hex 34 DF 31 4D 0 4E D 77 49 35
Octal 64 337 61 115 0 116 15 167 111 65
Binary 110100 11011111 110001 1001101 0 1001110 1101 1110111 1001001 110101

Color Harmonies of #34DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DF31

Black with #34DF31

Text Example


Text Example

White with #34DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,223,49); }

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

background-color css

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

 a { background-color: rgb(52,223,49); }

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

border-color css

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

 span { border-color: rgb(52,223,49); }

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