Html Css Color HEX #34F42C Lime Green

📋 copy color: '#34F42C'

red 52 ◦ green 244 ◦ blue 44

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

Shades of Lime Green #34F42C

Tints of Lime Green #34F42C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 71.76%

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

R = 15.29%
G = 71.76%
B = 12.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#34F42C (or 0x34F42C) is known color: Lime Green. HEX triplet: 34, F4 and 2C. RGB value is (52,244,44). Sum of RGB (Red+Green+Blue) = 52+244+44=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 244 (95.70% from 255 or 71.76% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 244 - color contains mainly: green. Hex color #34F42C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F42C is #CB0BD3. Grayscale: #A4A4A4. Windows color (decimal): -13306836 or 2946100. OLE color: 2946100.

HSL color Cylindrical-coordinate representation of color #34F42C: hue angle of 117.6º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34F42C is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 52 244 44 -
CMYK 0.79 0 0.82 0.04
HSL 117.6º 0.9% 0.56% -
HSV(B) 117.6º 0.82% 0.96% -
XYZ 34.22 65.61 13.24 -
YUV 163.79 60.39 48.26 -
System Red Green Blue C M Y K H S L
Decimal 52 244 44 0.79 0 0.82 0.04 117.6 0.9 0.56
Hex 34 F4 2C 4F 0 52 4 76 5A 38
Octal 64 364 54 117 0 122 4 166 132 70
Binary 110100 11110100 101100 1001111 0 1010010 100 1110110 1011010 111000

Color Harmonies of #34F42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F42C

Black with #34F42C

Text Example


Text Example

White with #34F42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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