Html Css Color HEX #34F249 Lime Green

📋 copy color: '#34F249'

red 52 ◦ green 242 ◦ blue 73

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

Shades of Lime Green #34F249

Tints of Lime Green #34F249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 65.94%

 BLUE value IS 73 (28.91% from 255) = 19.89%

R = 14.17%
G = 65.94%
B = 19.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#34F249 (or 0x34F249) is known color: Lime Green. HEX triplet: 34, F2 and 49. RGB value is (52,242,73). Sum of RGB (Red+Green+Blue) = 52+242+73=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #34F249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F249 is #CB0DB6. Grayscale: #A6A6A6. Windows color (decimal): -13307319 or 4846132. OLE color: 4846132.

HSL color Cylindrical-coordinate representation of color #34F249: hue angle of 126.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F249 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 242 73 -
CMYK 0.79 0 0.70 0.05
HSL 126.63º 0.88% 0.58% -
HSV(B) 126.63º 0.79% 0.95% -
XYZ 34.37 64.72 16.98 -
YUV 165.92 75.55 46.74 -
System Red Green Blue C M Y K H S L
Decimal 52 242 73 0.79 0 0.70 0.05 126.63 0.88 0.58
Hex 34 F2 49 4F 0 46 5 7F 58 3A
Octal 64 362 111 117 0 106 5 177 130 72
Binary 110100 11110010 1001001 1001111 0 1000110 101 1111111 1011000 111010

Color Harmonies of #34F249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F249

Black with #34F249

Text Example


Text Example

White with #34F249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,242,73); }

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

background-color css

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

 a { background-color: rgb(52,242,73); }

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

border-color css

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

 span { border-color: rgb(52,242,73); }

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