Html Css Color HEX #34B73F Lime Green

📋 copy color: '#34B73F'

red 52 ◦ green 183 ◦ blue 63

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

Shades of Lime Green #34B73F

Tints of Lime Green #34B73F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 61.41%

 BLUE value IS 63 (25% from 255) = 21.14%

R = 17.45%
G = 61.41%
B = 21.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#34B73F (or 0x34B73F) is known color: Lime Green. HEX triplet: 34, B7 and 3F. RGB value is (52,183,63). Sum of RGB (Red+Green+Blue) = 52+183+63=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 183 (71.88% from 255 or 61.41% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 183 - color contains mainly: green. Hex color #34B73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B73F is #CB48C0. Grayscale: #828282. Windows color (decimal): -13322433 or 4175668. OLE color: 4175668.

HSL color Cylindrical-coordinate representation of color #34B73F: hue angle of 125.04º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B73F is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 183 63 -
CMYK 0.72 0 0.66 0.28
HSL 125.04º 0.56% 0.46% -
HSV(B) 125.04º 0.72% 0.72% -
XYZ 19.25 34.96 10.44 -
YUV 130.15 90.1 72.26 -
System Red Green Blue C M Y K H S L
Decimal 52 183 63 0.72 0 0.66 0.28 125.04 0.56 0.46
Hex 34 B7 3F 48 0 42 1C 7D 38 2E
Octal 64 267 77 110 0 102 34 175 70 56
Binary 110100 10110111 111111 1001000 0 1000010 11100 1111101 111000 101110

Color Harmonies of #34B73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B73F

Black with #34B73F

Text Example


Text Example

White with #34B73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,183,63); }

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

background-color css

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

 a { background-color: rgb(52,183,63); }

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

border-color css

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

 span { border-color: rgb(52,183,63); }

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