Html Css Color HEX #34D02C Lime Green

📋 copy color: '#34D02C'

red 52 ◦ green 208 ◦ blue 44

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

Shades of Lime Green #34D02C

Tints of Lime Green #34D02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 68.42%

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

R = 17.11%
G = 68.42%
B = 14.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#34D02C (or 0x34D02C) is known color: Lime Green. HEX triplet: 34, D0 and 2C. RGB value is (52,208,44). Sum of RGB (Red+Green+Blue) = 52+208+44=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #34D02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D02C is #CB2FD3. Grayscale: #8F8F8F. Windows color (decimal): -13316052 or 2936884. OLE color: 2936884.

HSL color Cylindrical-coordinate representation of color #34D02C: hue angle of 117.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34D02C is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 208 44 -
CMYK 0.75 0 0.79 0.18
HSL 117.07º 0.65% 0.49% -
HSV(B) 117.07º 0.79% 0.82% -
XYZ 24.43 46.02 9.98 -
YUV 142.66 72.32 63.34 -
System Red Green Blue C M Y K H S L
Decimal 52 208 44 0.75 0 0.79 0.18 117.07 0.65 0.49
Hex 34 D0 2C 4B 0 4F 12 75 41 31
Octal 64 320 54 113 0 117 22 165 101 61
Binary 110100 11010000 101100 1001011 0 1001111 10010 1110101 1000001 110001

Color Harmonies of #34D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D02C

Black with #34D02C

Text Example


Text Example

White with #34D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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