Html Css Color HEX #34F741 Lime Green

📋 copy color: '#34F741'

red 52 ◦ green 247 ◦ blue 65

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

Shades of Lime Green #34F741

Tints of Lime Green #34F741

RGB

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

 GREEN value IS 247 (96.88% from 255) = 67.86%

 BLUE value IS 65 (25.78% from 255) = 17.86%

R = 14.29%
G = 67.86%
B = 17.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#34F741 (or 0x34F741) is known color: Lime Green. HEX triplet: 34, F7 and 41. RGB value is (52,247,65). Sum of RGB (Red+Green+Blue) = 52+247+65=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 247 (96.88% from 255 or 67.86% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 247 - color contains mainly: green. Hex color #34F741 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F741 is #CB08BE. Grayscale: #A8A8A8. Windows color (decimal): -13306047 or 4323124. OLE color: 4323124.

HSL color Cylindrical-coordinate representation of color #34F741: hue angle of 124º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F741 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 247 65 -
CMYK 0.79 0 0.74 0.03
HSL 124º 0.92% 0.59% -
HSV(B) 124º 0.79% 0.97% -
XYZ 35.63 67.63 16.18 -
YUV 167.95 69.9 45.3 -
System Red Green Blue C M Y K H S L
Decimal 52 247 65 0.79 0 0.74 0.03 124 0.92 0.59
Hex 34 F7 41 4F 0 4A 3 7C 5C 3B
Octal 64 367 101 117 0 112 3 174 134 73
Binary 110100 11110111 1000001 1001111 0 1001010 11 1111100 1011100 111011

Color Harmonies of #34F741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F741

Black with #34F741

Text Example


Text Example

White with #34F741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,247,65); }

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

background-color css

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

 a { background-color: rgb(52,247,65); }

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

border-color css

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

 span { border-color: rgb(52,247,65); }

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