Html Css Color HEX #34DF2C Lime Green

📋 copy color: '#34DF2C'

red 52 ◦ green 223 ◦ blue 44

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

Shades of Lime Green #34DF2C

Tints of Lime Green #34DF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 16.3%
G = 69.91%
B = 13.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#34DF2C (or 0x34DF2C) is known color: Lime Green. HEX triplet: 34, DF and 2C. RGB value is (52,223,44). Sum of RGB (Red+Green+Blue) = 52+223+44=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 223 (87.5% from 255 or 69.91% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DF2C is #CB20D3. Grayscale: #989898. Windows color (decimal): -13312212 or 2940724. OLE color: 2940724.

HSL color Cylindrical-coordinate representation of color #34DF2C: hue angle of 117.32º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34DF2C is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 223 44 -
CMYK 0.77 0 0.80 0.13
HSL 117.32º 0.74% 0.52% -
HSV(B) 117.32º 0.8% 0.87% -
XYZ 28.26 53.69 11.26 -
YUV 151.47 67.35 57.05 -
System Red Green Blue C M Y K H S L
Decimal 52 223 44 0.77 0 0.80 0.13 117.32 0.74 0.52
Hex 34 DF 2C 4D 0 50 D 75 4A 34
Octal 64 337 54 115 0 120 15 165 112 64
Binary 110100 11011111 101100 1001101 0 1010000 1101 1110101 1001010 110100

Color Harmonies of #34DF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DF2C

Black with #34DF2C

Text Example


Text Example

White with #34DF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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