Html Css Color HEX #34F246 Lime Green

📋 copy color: '#34F246'

red 52 ◦ green 242 ◦ blue 70

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

Shades of Lime Green #34F246

Tints of Lime Green #34F246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 14.29%
G = 66.48%
B = 19.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#34F246 (or 0x34F246) is known color: Lime Green. HEX triplet: 34, F2 and 46. RGB value is (52,242,70). Sum of RGB (Red+Green+Blue) = 52+242+70=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 242 (94.92% from 255 or 66.48% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 242 - color contains mainly: green. Hex color #34F246 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F246 is #CB0DB9. Grayscale: #A6A6A6. Windows color (decimal): -13307322 or 4649524. OLE color: 4649524.

HSL color Cylindrical-coordinate representation of color #34F246: hue angle of 125.68º 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 #34F246 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 242 70 -
CMYK 0.79 0 0.71 0.05
HSL 125.68º 0.88% 0.58% -
HSV(B) 125.68º 0.79% 0.95% -
XYZ 34.27 64.68 16.47 -
YUV 165.58 74.05 46.99 -
System Red Green Blue C M Y K H S L
Decimal 52 242 70 0.79 0 0.71 0.05 125.68 0.88 0.58
Hex 34 F2 46 4F 0 47 5 7E 58 3A
Octal 64 362 106 117 0 107 5 176 130 72
Binary 110100 11110010 1000110 1001111 0 1000111 101 1111110 1011000 111010

Color Harmonies of #34F246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F246

Black with #34F246

Text Example


Text Example

White with #34F246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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