Html Css Color HEX #34C22C Lime Green

📋 copy color: '#34C22C'

red 52 ◦ green 194 ◦ blue 44

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

Shades of Lime Green #34C22C

Tints of Lime Green #34C22C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.9%

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

R = 17.93%
G = 66.9%
B = 15.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#34C22C (or 0x34C22C) is known color: Lime Green. HEX triplet: 34, C2 and 2C. RGB value is (52,194,44). Sum of RGB (Red+Green+Blue) = 52+194+44=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 194 (76.17% from 255 or 66.90% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 194 - color contains mainly: green. Hex color #34C22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C22C is #CB3DD3. Grayscale: #868686. Windows color (decimal): -13319636 or 2933300. OLE color: 2933300.

HSL color Cylindrical-coordinate representation of color #34C22C: hue angle of 116.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34C22C is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 194 44 -
CMYK 0.73 0 0.77 0.24
HSL 116.8º 0.63% 0.47% -
HSV(B) 116.8º 0.77% 0.76% -
XYZ 21.16 39.5 8.89 -
YUV 134.44 76.96 69.2 -
System Red Green Blue C M Y K H S L
Decimal 52 194 44 0.73 0 0.77 0.24 116.8 0.63 0.47
Hex 34 C2 2C 49 0 4D 18 75 3F 2F
Octal 64 302 54 111 0 115 30 165 77 57
Binary 110100 11000010 101100 1001001 0 1001101 11000 1110101 111111 101111

Color Harmonies of #34C22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C22C

Black with #34C22C

Text Example


Text Example

White with #34C22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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