Html Css Color HEX #34DF2F Lime Green

📋 copy color: '#34DF2F'

red 52 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #34DF2F

Tints of Lime Green #34DF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 16.15%
G = 69.25%
B = 14.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#34DF2F (or 0x34DF2F) is known color: Lime Green. HEX triplet: 34, DF and 2F. RGB value is (52,223,47). Sum of RGB (Red+Green+Blue) = 52+223+47=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DF2F is #CB20D0. Grayscale: #989898. Windows color (decimal): -13312209 or 3137332. OLE color: 3137332.

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

Color convert

RGB 52 223 47 -
CMYK 0.77 0 0.79 0.13
HSL 118.3º 0.73% 0.53% -
HSV(B) 118.3º 0.79% 0.87% -
XYZ 28.32 53.71 11.56 -
YUV 151.81 68.85 56.81 -
System Red Green Blue C M Y K H S L
Decimal 52 223 47 0.77 0 0.79 0.13 118.3 0.73 0.53
Hex 34 DF 2F 4D 0 4F D 76 49 35
Octal 64 337 57 115 0 117 15 166 111 65
Binary 110100 11011111 101111 1001101 0 1001111 1101 1110110 1001001 110101

Color Harmonies of #34DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DF2F

Black with #34DF2F

Text Example


Text Example

White with #34DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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